add hosts

This commit is contained in:
Johannes Jöns 2024-08-29 20:13:58 +02:00
parent 65c3d7041c
commit a10875b72d

View file

@ -125,6 +125,8 @@ in
networking.hosts = {
"192.168.191.46" = [ "zap" ];
"192.168.191.142" = [ "kuraokami" ];
"192.168.194.208" = [ "hetzner" ];
"192.168.194.232" = [ "omoikane" ];
};
users.mutableUsers = false;
};