mount nas

This commit is contained in:
nora 2024-01-27 18:59:47 +01:00
parent fdcc15aeab
commit a59c7cba75

View file

@ -97,6 +97,11 @@ in
"net.ipv6.conf.all.forwarding" = 1;
};
fileSystems."/mnt/nas" = {
device = "192.168.178.47:/volume1/homes";
fsType = "nfs";
};
# Enable the X11 windowing system.
services.xserver = {
enable = true;
@ -195,7 +200,6 @@ in
settings.PasswordAuthentication = false;
};
environment.systemPackages = with pkgs; [
vim
wget