update git config & remove old NFS shares
This commit is contained in:
@@ -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" ];
|
||||
#
|
||||
# };
|
||||
}
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
};
|
||||
signing.format = null;
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
|
||||
Reference in New Issue
Block a user