Fix: Disable systemd's emergency mode, which caused a failure to boot when our iscsi disk was not mounted during boot.
This commit is contained in:
parent
4d74b10dcb
commit
b70c0bb56b
@ -70,6 +70,8 @@
|
|||||||
group = "wheel";
|
group = "wheel";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.enableEmergencyMode = false;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user