diff options
Diffstat (limited to 'modules/system/boot/default.nix')
-rw-r--r-- | modules/system/boot/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index 1e6fa99b..711e9d23 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -81,6 +81,7 @@ in { settings = { # Disable editing the kernel command line (which could allow someone to become root) editor = false; + default = "@saved"; }; }; |