mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 17:36:33 +01:00
add hosts
This commit is contained in:
parent
65c3d7041c
commit
a10875b72d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue