add nfs mounts on desktop1
This commit is contained in:
parent
589bb177d5
commit
684e083884
@ -24,6 +24,25 @@
|
|||||||
|
|
||||||
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
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 = {
|
smayzy = {
|
||||||
desktop.enable = true;
|
desktop.enable = true;
|
||||||
nvidia.enable = true;
|
nvidia.enable = true;
|
||||||
|
|||||||
@ -43,6 +43,7 @@
|
|||||||
fileSystems."/home" = {
|
fileSystems."/home" = {
|
||||||
device = "/dev/disk/by-uuid/30759de4-934a-4c89-aca5-2e4fed7fe94f";
|
device = "/dev/disk/by-uuid/30759de4-934a-4c89-aca5-2e4fed7fe94f";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user