fix: enable nfs support for server and desktop hosts
This commit is contained in:
parent
3621c22f74
commit
6a794eb46f
@ -177,8 +177,9 @@ in
|
||||
fsType = "nfs4";
|
||||
options = [
|
||||
"nfsvers=4.2"
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.idle-timeout=1800"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -87,6 +87,8 @@ in
|
||||
ataraxia.virtualisation.podman = mkDefault true;
|
||||
ataraxia.virtualisation.libvirt = mkDefault true;
|
||||
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
||||
time.timeZone = "Etc/UTC";
|
||||
zramSwap.memoryPercent = 100;
|
||||
};
|
||||
@ -99,6 +101,8 @@ in
|
||||
|
||||
programs.virt-manager.enable = config.ataraxia.virtualisation.libvirt;
|
||||
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
|
||||
services.gvfs.enable = mkDefault true;
|
||||
# saved space, but you need to recompile gvfs
|
||||
services.gvfs.package = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user