installed cachefilesd
This commit is contained in:
parent
c568b7fb65
commit
5fb1456622
|
@ -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…
Reference in a new issue