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";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
};
|
||||
};
|
||||
outputs = {
|
||||
self,
|
||||
|
|
|
@ -6,7 +6,15 @@ inputs: {
|
|||
user = "root";
|
||||
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;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue