cache removed again
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
# Add NFS support to the initramfs so it can be mounted at boot.
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
||||
services.cachefilesd = {
|
||||
enable = true;
|
||||
cacheDir = "/data/cache";
|
||||
};
|
||||
# services.cachefilesd = {
|
||||
# enable = true;
|
||||
# cacheDir = "/data/cache";
|
||||
# };
|
||||
|
||||
systemd.mounts = [{
|
||||
type = "nfs";
|
||||
mountConfig = {
|
||||
Options = "noatime,fsc";
|
||||
Options = "noatime";
|
||||
};
|
||||
what = "${config.vars.nfs_server}:${config.vars.nfs_volume}";
|
||||
where = config.vars.nfs_mount;
|
||||
|
Reference in New Issue
Block a user