ft/adds music mount
This commit is contained in:
		
							parent
							
								
									d956b1dbd8
								
							
						
					
					
						commit
						341d4b1ac4
					
				| @ -243,6 +243,14 @@ home-manager = { | |||||||
|         automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user"; |         automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user"; | ||||||
|       in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"]; |       in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"]; | ||||||
|     }; |     }; | ||||||
|  |     "/mnt/music" = { | ||||||
|  |       device = "//192.168.128.2/music"; | ||||||
|  |       fsType = "cifs"; | ||||||
|  |       label = "HOME"; | ||||||
|  |       options = let | ||||||
|  |         automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user"; | ||||||
|  |       in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"]; | ||||||
|  |     }; | ||||||
|     "/mnt/scan" = { |     "/mnt/scan" = { | ||||||
|       device = "//192.168.128.2/scan"; |       device = "//192.168.128.2/scan"; | ||||||
|       fsType = "cifs"; |       fsType = "cifs"; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user