update git config & remove old NFS shares

This commit is contained in:
2026-04-02 14:44:59 +02:00
parent ced93fa07c
commit 53ac05664e
2 changed files with 1 additions and 14 deletions
-14
View File
@@ -20,18 +20,4 @@
in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=${toString config.users.users.shatteredmint.uid},gid=${toString config.users.groups.users.gid}"];
};
# # mount network shares
# fileSystems."/mnt/nas/private" = {
# device = "dashboard.omv:/ShatteredMINT";
# fsType = "nfs";
# options = [ "x-systemd.automount" "noauto" ];
#
# };
# fileSystems."/mnt/nas/shared" = {
# device = "dashboard.omv:/default-nas";
# fsType = "nfs";
# options = [ "x-systemd.automount" "noauto" ];
#
# };
}
+1
View File
@@ -57,6 +57,7 @@
init.defaultBranch = "main";
pull.rebase = true;
};
signing.format = null;
};
programs.neovim = {