Small changes everywhere:

This commit is contained in:
Bun 2025-03-14 15:21:37 -04:00
parent b777ae2cf9
commit 85ea82a9ac
11 changed files with 13 additions and 16 deletions

View file

@ -14,7 +14,7 @@
};
# Network mounts
"/home/${config.sysusers.main}/MidasNFS" = {
"/home/${config.sysusers.main}/Midas" = {
device = "10.100.0.1:/storage";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];

View file

@ -1,6 +1,6 @@
{ config, ... }:
{
fileSystems."/home/${config.sysusers.main}/MidasNFS" = {
fileSystems."/home/${config.sysusers.main}/Midas" = {
device = "10.100.0.1:/storage";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];

View file

@ -5,7 +5,7 @@
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
options = [ "nosuid" "nodev" ];
};
"/home/${config.sysusers.main}/MidasNFS" = {
"/home/${config.sysusers.main}/Midas" = {
device = "10.100.0.1:/storage";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];

View file

@ -39,7 +39,7 @@
};
# Network mounts
"/home/${config.sysusers.main}/MidasNFS" = {
"/home/${config.sysusers.main}/Midas" = {
device = "${config.ips.server}:/storage";
fsType = "nfs4";
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];