diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-06-27 18:10:21 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-06-27 18:10:21 +0300 |
commit | b212b16a14ea12384c4b19ad453076502855a738 (patch) | |
tree | defd42780c334342e82d59ac927ae070e9af5fd7 /modules/profiles/headful.nix | |
parent | 2024-06-24 (diff) |
2024-06-27
Diffstat (limited to '')
-rw-r--r-- | modules/profiles/headful.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 8951d83..d58eed0 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -89,11 +89,10 @@ in systemd-boot = { enable = true; + editor = false; configurationLimit = 10; }; }; - - consoleLogLevel = 3; }; hardware.graphics.enable = true; |