Compare commits
1 commit
e9375ad338
...
d5302456bb
Author | SHA1 | Date | |
---|---|---|---|
d5302456bb |
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
then {"127.0.0.1" = lists.filter (x: x != myhostName) hosts;}
|
||||
else {${ip} = hosts;})
|
||||
globalhosts;
|
||||
myIp = assert assertMsg hostmap ? ${myhostName}.ipv4 "${myhostName} has no ip configured in nixos/roles/hostmap.nix"; hostmap.${myhostName}.ipv4;
|
||||
myIp = assert (assertMsg (hostmap ? ${myhostName}.ipv4) "${myhostName} has no ip configured in nixos/roles/hostmap.nix"); hostmap.${myhostName}.ipv4;
|
||||
in {
|
||||
imports = [
|
||||
../modules/vmNetwork.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue