Home : Fix DNS and hot storage.
This commit is contained in:
parent
eda5ab5411
commit
06e6470346
|
@ -23,6 +23,7 @@
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
10.1.0.2 git.voronind.com
|
10.1.0.2 git.voronind.com
|
||||||
'';
|
'';
|
||||||
|
networking.nameservers = [ "1.1.1.1" ];
|
||||||
|
|
||||||
# Filesystems.
|
# Filesystems.
|
||||||
fileSystems."/storage/cold_1" = {
|
fileSystems."/storage/cold_1" = {
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
fileSystems."/storage/hot" = {
|
fileSystems."/storage/hot" = {
|
||||||
device = "/dev/storage/hot";
|
device = "/dev/storage/hot";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = [ "noauth" "nofail" ];
|
options = [ "noauto" "nofail" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable Docker autostart.
|
# Disable Docker autostart.
|
||||||
|
|
Reference in a new issue