changed tz.
This commit is contained in:
		
							parent
							
								
									9959cdfcbe
								
							
						
					
					
						commit
						774c0c0338
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -28,7 +28,7 @@ in {
 | 
			
		|||
  # Allow unfree packages
 | 
			
		||||
  nixpkgs.config.allowUnfree = true;
 | 
			
		||||
 | 
			
		||||
  time.timeZone = lib.mkDefault "America/Chicago";
 | 
			
		||||
  time.timeZone = lib.mkDefault "Europe/Berlin";
 | 
			
		||||
  # Select internationalisation properties.
 | 
			
		||||
  i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -47,6 +47,7 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
          # dns = ["1.1.1.1"];
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    time.timeZone = "America/Chicago";
 | 
			
		||||
 | 
			
		||||
      services.duckdns = lib.mkIf (lib.hasAttrByPath ["sops" "secrets" "duckdns-token"] config) {
 | 
			
		||||
        enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue