forked from Fachschaft/nixConfig
populate ip address based on hostname and populate the hostfile with other vm ips
This commit is contained in:
parent
a6db8ef50f
commit
d5302456bb
7 changed files with 87 additions and 8 deletions
|
@ -4,7 +4,6 @@
|
|||
../../modules/mail.nix
|
||||
../../roles
|
||||
../../roles/vm.nix
|
||||
../../modules/vmNetwork.nix
|
||||
];
|
||||
|
||||
# System configuration here
|
||||
|
@ -40,7 +39,6 @@
|
|||
};
|
||||
|
||||
networking.hostName = "nyarlathotep";
|
||||
vmNetwork.ipv4 = "192.168.0.17";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
sops.secrets = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue