Update flake.nix #134

Merged
hensoko merged 1 commit from hensoko-patch-1 into main 2024-04-05 14:11:43 +00:00
Showing only changes of commit ee3f53a4b9 - Show all commits

View file

@ -89,14 +89,12 @@
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
nachtigall = {
# hostname is set in hosts/nachtigall/networking.nix
hostname = "10.7.6.1";
sshUser = username;
};
flora-6 = {
hostname = "flora-6.pub.solar";
hostname = "10.7.6.2";
sshUser = username;
# Example
#sshOpts = [ "-p" "19999" ];
};
};
};