Silence stateVersion warning on urithiru

This commit is contained in:
Charlotte Van Petegem 2022-05-31 13:48:14 +02:00
parent 6a3196e540
commit e1c5399f47
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -56,6 +56,7 @@
localAddress = "192.168.100.11";
localAddress6 = "fc00::2";
config = { ... }: {
system.stateVersion = config.chvp.stateVersion;
imports = [ ./config.nix ];
};
};