diff --git a/hosts/legion/configuration.nix b/hosts/legion/configuration.nix index 8574079..68d042f 100644 --- a/hosts/legion/configuration.nix +++ b/hosts/legion/configuration.nix @@ -61,6 +61,7 @@ fileSystems."/mnt/nas/tvshows" = { "x-systemd.automount" ]; }; + # boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6; boot.kernelModules = ["drivetemp"]; # Enable experimental Feature diff --git a/hosts/legion/hardware-configuration.nix b/hosts/legion/hardware-configuration.nix index cfd0a60..94223c1 100644 --- a/hosts/legion/hardware-configuration.nix +++ b/hosts/legion/hardware-configuration.nix @@ -27,12 +27,7 @@ [ { 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 # (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