Use NixOS 21.05
This commit is contained in:
		@@ -3,7 +3,7 @@ let
 | 
				
			|||||||
  secrets = import ./secrets.nix;
 | 
					  secrets = import ./secrets.nix;
 | 
				
			||||||
  hostname = "mail-dumpstack-io";
 | 
					  hostname = "mail-dumpstack-io";
 | 
				
			||||||
  domain = "dumpstack.io";
 | 
					  domain = "dumpstack.io";
 | 
				
			||||||
  branch = "20.09";
 | 
					  branch = "21.05";
 | 
				
			||||||
in {
 | 
					in {
 | 
				
			||||||
  imports = [
 | 
					  imports = [
 | 
				
			||||||
    ./hardware-configuration.nix
 | 
					    ./hardware-configuration.nix
 | 
				
			||||||
@@ -56,7 +56,7 @@ in {
 | 
				
			|||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # read release notes carefully before changing it
 | 
					  # read release notes carefully before changing it
 | 
				
			||||||
  system.stateVersion = "20.09";
 | 
					  system.stateVersion = "21.05";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nix = {
 | 
					  nix = {
 | 
				
			||||||
    optimise.automatic = true;
 | 
					    optimise.automatic = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user