mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
newton: init
This commit is contained in:
parent
e337aac7f1
commit
a3a764bddf
7 changed files with 137 additions and 3 deletions
|
@ -7,14 +7,16 @@ let
|
|||
hostname = "${ip}:22";
|
||||
fastConnection = fast;
|
||||
profiles.system.path =
|
||||
deploy.lib.x86_64-linux.activate.nixos
|
||||
deploy-rs.lib.x86_64-linux.activate.nixos
|
||||
self.nixosConfigurations."${server}";
|
||||
};
|
||||
in
|
||||
{
|
||||
user = "root";
|
||||
sshUser = "felix";
|
||||
#sshUser = "felix";
|
||||
sshUser = "root";
|
||||
nodes = {
|
||||
serverle = mkNode "serverle" "192.167.178.60" true;
|
||||
serverle = mkNode "serverle" "serverle.local" true;
|
||||
newton = mkNode "newton" "buehler.rocks" true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue