feat: add sutakku to deployment

This commit is contained in:
notohh 2023-04-26 19:42:28 -04:00
parent f9181b9857
commit 7a6d193181
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 15 additions and 4 deletions

View file

@ -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,

View file

@ -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";
}; };
}; };
} }

View file

@ -47,5 +47,4 @@
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "curses"; pinentryFlavor = "curses";
}; };
} }