1
0
Fork 0

Adding New NAS

This commit is contained in:
phartman 2025-03-01 04:41:34 -06:00
parent 8f3b75e952
commit a509a5e224

View file

@ -62,6 +62,19 @@ fileSystems."/mnt/nas/tvshows" = {
];
};
fileSystems."/mnt/nas/media2" = {
device = "//192.168.1.194/media2";
fsType = "cifs";
options = [
"noperm"
"defaults"
"users"
"credentials=/home/paul/.smbcredentials"
"uid=100"
"noauto"
"x-systemd.automount"
];
};
# UPDATE YOUR FUCKING ELECTRON APPS GUYS!!!
nixpkgs.config.permittedInsecurePackages = [