diff --git a/dotfiles/systems/fighter/configuration.nix b/dotfiles/systems/fighter/configuration.nix index 5274f06f..1d1cd8c7 100644 --- a/dotfiles/systems/fighter/configuration.nix +++ b/dotfiles/systems/fighter/configuration.nix @@ -11,6 +11,8 @@ ../../modules/sops.nix ]; + + systemd.enableEmergencyMode = false; # DO NOT CHANGE system.stateVersion = "24.11"; home-manager.users.${sys.username}.home.stateVersion = "24.11";