Home : Fix DNS and hot storage.
This commit is contained in:
parent
eda5ab5411
commit
06e6470346
|
@ -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.
|
||||
|
|
Reference in a new issue