feat: add sutakku to deployment
This commit is contained in:
parent
f9181b9857
commit
7a6d193181
3 changed files with 15 additions and 4 deletions
|
@ -12,8 +12,12 @@
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
deploy-rs = {
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
url = "github:serokell/deploy-rs";
|
||||||
|
};
|
||||||
|
sops-nix = {
|
||||||
|
url = "github:Mic92/sops-nix";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
|
|
|
@ -6,7 +6,15 @@ inputs: {
|
||||||
user = "root";
|
user = "root";
|
||||||
path = activate.nixos inputs.self.nixosConfigurations.hime;
|
path = activate.nixos inputs.self.nixosConfigurations.hime;
|
||||||
};
|
};
|
||||||
sshUser = "root";
|
sshUser = "oh";
|
||||||
|
};
|
||||||
|
sutakku = {
|
||||||
|
hostname = "sutakku";
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
path = activate.nixos inputs.self.nixosConfigurations.sutakku;
|
||||||
|
};
|
||||||
|
sshUser = "oh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,5 +47,4 @@
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
pinentryFlavor = "curses";
|
pinentryFlavor = "curses";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue