forked from jan-leila/nix-config
		
	installed cachefilesd
This commit is contained in:
		
							parent
							
								
									8267680a02
								
							
						
					
					
						commit
						f0a6d7362a
					
				
					 2 changed files with 6 additions and 2 deletions
				
			
		|  | @ -70,5 +70,7 @@ | |||
|     # system debuging tools | ||||
|     iputils | ||||
|     dnsutils | ||||
| 
 | ||||
|     cachefilesd | ||||
|   ]; | ||||
| } | ||||
|  | @ -23,18 +23,20 @@ | |||
|       fsType = "vfat"; | ||||
|     }; | ||||
| 
 | ||||
|   services.cachefilesd.enable = true; | ||||
| 
 | ||||
|   fileSystems."/mnt/leyla_home" = | ||||
|     { | ||||
|       device = "server.arpa:/home/leyla"; | ||||
|       fsType = "nfs"; | ||||
|       options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; | ||||
|       options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|     }; | ||||
| 
 | ||||
|   fileSystems."/mnt/share_home" = | ||||
|     { | ||||
|       device = "server.arpa:/home/share"; | ||||
|       fsType = "nfs"; | ||||
|       options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; | ||||
|       options = [ "x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc" ]; | ||||
|     }; | ||||
| 
 | ||||
|   fileSystems."/mnt/docker_home" = | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue