Compare commits
	
		
			No commits in common. "6195428c7247123ebed4ddf1978bdece7c4aaaf7" and "fe9f52b931d2640488d1074fc7280705682c1b07" have entirely different histories.
		
	
	
		
			6195428c72
			...
			fe9f52b931
		
	
		
|  | @ -28,20 +28,6 @@ in { | ||||||
|   # Enable networking |   # Enable networking | ||||||
|   networking.networkmanager.enable = true; |   networking.networkmanager.enable = true; | ||||||
| 
 | 
 | ||||||
|   services.printing.enable = true; |  | ||||||
|   services.avahi = { |  | ||||||
|     enable = true; |  | ||||||
|     nssmdns = true; |  | ||||||
|     openFirewall = true; |  | ||||||
|   }; |  | ||||||
|   services.printing.drivers = with pkgs; [ |  | ||||||
|     epson-escpr2 |  | ||||||
|     epson-escpr |  | ||||||
|     ghostscript |  | ||||||
|     cups-filters |  | ||||||
|   ]; |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|   # Set your time zone. |   # Set your time zone. | ||||||
|   time.timeZone = "Europe/Stockholm"; |   time.timeZone = "Europe/Stockholm"; | ||||||
| 
 | 
 | ||||||
|  | @ -192,16 +178,6 @@ in { | ||||||
|     in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=1000"]; |     in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=1000"]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   fileSystems."/mnt/development" = { |  | ||||||
|     device = "//vanten-s.com/development"; |  | ||||||
|     fsType = "cifs"; |  | ||||||
|     options = let |  | ||||||
|       # this line prevents hanging on network split |  | ||||||
|       automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user,users"; |  | ||||||
| 
 |  | ||||||
|     in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=1000"]; |  | ||||||
|   }; |  | ||||||
| 
 |  | ||||||
|   # Some programs need SUID wrappers, can be configured further or are |   # Some programs need SUID wrappers, can be configured further or are | ||||||
|   # started in user sessions. |   # started in user sessions. | ||||||
|   # programs.mtr.enable = true; |   # programs.mtr.enable = true; | ||||||
|  |  | ||||||
|  | @ -1,2 +0,0 @@ | ||||||
| cd ~/timelapses/pictures |  | ||||||
| gphoto2 --capture-image-and-download --force-overwrite --filename "$1" |  | ||||||
		Loading…
	
		Reference in a new issue