From 578075a9252435aaed12d2535577e18e053cd916 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 11 Dec 2022 22:37:28 +0100 Subject: Add origan node in staging cluster (+ refactor system.stateVersion) --- nix/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nix') 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? } -- cgit v1.2.3