diff --git a/.config/linux/system/home/Configuration.nix b/.config/linux/system/home/Configuration.nix index 45b0c8b..68c3074 100644 --- a/.config/linux/system/home/Configuration.nix +++ b/.config/linux/system/home/Configuration.nix @@ -23,6 +23,7 @@ networking.extraHosts = '' 10.1.0.2 git.voronind.com ''; + networking.nameservers = [ "1.1.1.1" ]; # Filesystems. fileSystems."/storage/cold_1" = { @@ -40,7 +41,7 @@ fileSystems."/storage/hot" = { device = "/dev/storage/hot"; fsType = "ext4"; - options = [ "noauth" "nofail" ]; + options = [ "noauto" "nofail" ]; }; # Disable Docker autostart.