diff options
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r-- | nix/configuration.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index aa979db..0b07056 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -84,13 +84,5 @@ SystemMaxUse=1G dns = [ "172.17.0.1" ]; })}"; }; - - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # this value at the release version of the first install of this system. - # Before changing this value read the documentation for this option - # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "21.05"; # Did you read the comment? } |