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

@ -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" ];