Home : Fix DNS and hot storage.

This commit is contained in:
Dmitry Voronin 2024-01-26 18:58:21 +03:00
parent eda5ab5411
commit 06e6470346

View file

@ -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.