Preconfigure some local hosts (servenix etc.)
This commit is contained in:
@ -46,6 +46,12 @@ with mylib.networking; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.hosts = {
|
||||||
|
"192.168.86.101" = ["servenix"];
|
||||||
|
"192.168.86.100" = ["truenas"];
|
||||||
|
"192.168.86.69" = ["proxmox"];
|
||||||
|
};
|
||||||
|
|
||||||
# Enable flakes
|
# Enable flakes
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.stable;
|
package = pkgs.nixVersions.stable;
|
||||||
|
Reference in New Issue
Block a user