removing dead nas
This commit is contained in:
parent
adc8d2a34c
commit
be363965cf
2 changed files with 2 additions and 6 deletions
|
@ -61,6 +61,7 @@ fileSystems."/mnt/nas/tvshows" = {
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
|
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
|
||||||
boot.kernelModules = ["drivetemp"];
|
boot.kernelModules = ["drivetemp"];
|
||||||
# Enable experimental Feature
|
# Enable experimental Feature
|
||||||
|
|
|
@ -27,12 +27,7 @@
|
||||||
[ { device = "/dev/disk/by-uuid/3917ead2-31d0-409d-b0d9-d16d3b3cea56"; }
|
[ { device = "/dev/disk/by-uuid/3917ead2-31d0-409d-b0d9-d16d3b3cea56"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
fileSystems."/mnt/OldNas" = {
|
|
||||||
device = "root@192.168.1.16:/mnt/media";
|
|
||||||
fsType = "sshfs";
|
|
||||||
options = ["nodev" "noatime" "identityfile=/root/.ssh/id_rsa" "allow_other" "follow_symlinks"];
|
|
||||||
label = "Old NAS";
|
|
||||||
};
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
# still possible to use this option, but it's recommended to use it in conjunction
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
|
|
Loading…
Reference in a new issue