Adding New NAS
This commit is contained in:
parent
8f3b75e952
commit
a509a5e224
1 changed files with 13 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue