forked from Deuxfleurs/nixcfg
caribou: update ipv6 address after ISP change
This commit is contained in:
parent
37192f9dff
commit
6307f7e62f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
deuxfleurs.hostName = "caribou";
|
||||
deuxfleurs.staticIPv6.address = "2001:910:1204:1::23";
|
||||
deuxfleurs.staticIPv6.address = "2a01:e0a:2c:540::23";
|
||||
deuxfleurs.isRaftServer = true;
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
|
|
Loading…
Reference in a new issue