installed cachefilesd
This commit is contained in:
parent
8267680a02
commit
f0a6d7362a
|
@ -70,5 +70,7 @@
|
||||||
# system debuging tools
|
# system debuging tools
|
||||||
iputils
|
iputils
|
||||||
dnsutils
|
dnsutils
|
||||||
|
|
||||||
|
cachefilesd
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -23,18 +23,20 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.cachefilesd.enable = true;
|
||||||
|
|
||||||
fileSystems."/mnt/leyla_home" =
|
fileSystems."/mnt/leyla_home" =
|
||||||
{
|
{
|
||||||
device = "server.arpa:/home/leyla";
|
device = "server.arpa:/home/leyla";
|
||||||
fsType = "nfs";
|
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" =
|
fileSystems."/mnt/share_home" =
|
||||||
{
|
{
|
||||||
device = "server.arpa:/home/share";
|
device = "server.arpa:/home/share";
|
||||||
fsType = "nfs";
|
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" =
|
fileSystems."/mnt/docker_home" =
|
||||||
|
|
Loading…
Reference in a new issue