add nfs mounts on desktop1
This commit is contained in:
@@ -24,6 +24,25 @@
|
||||
|
||||
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
fileSystems."/home/smayzy/Main" = {
|
||||
device = "nfs-srv1.internal.smayzy.ovh:/srv/NFS/Main";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "nfsvers=4" ];
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
fileSystems."/home/smayzy/ISO" = {
|
||||
device = "nfs-srv1.internal.smayzy.ovh:/srv/NFS/ISO";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "nfsvers=4" ];
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
fileSystems."/home/smayzy/Vault" = {
|
||||
device = "nfs-srv1.internal.smayzy.ovh:/srv/NFS/Vault";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "nfsvers=4" ];
|
||||
depends = [ "/home" ];
|
||||
};
|
||||
|
||||
smayzy = {
|
||||
desktop.enable = true;
|
||||
nvidia.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user