Skip to content

Commit ca56f56

Browse files
committed
added one more ip
1 parent 2af1ff0 commit ca56f56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix-darwin/users/henri/home.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
hostname = "192.168.2.10";
4040
user = "proxmox";
4141
};
42-
4342
knode2 = {
4443
hostname = "192.168.2.11";
4544
user = "proxmox";
@@ -48,6 +47,10 @@
4847
hostname = "192.168.2.12";
4948
user = "proxmox";
5049
};
50+
livingRoomPi = {
51+
hostname = "192.168.1.100";
52+
user = "admin";
53+
};
5154
};
5255
};
5356
# ssh.authorizedSshKeys = /home/henri/.ssh/endeavourGit; # TODO: move to nix-modules

0 commit comments

Comments
 (0)