From 97527021760087428a11bc7309ae59df012d6bfe Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 1 May 2025 23:46:35 +0300 Subject: [PATCH] dont forget to add boot options --- hosts/wallfacer/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/wallfacer/configuration.nix b/hosts/wallfacer/configuration.nix index 9da8079..639c5fc 100644 --- a/hosts/wallfacer/configuration.nix +++ b/hosts/wallfacer/configuration.nix @@ -10,11 +10,10 @@ enableKDE = false; enableFonts = false; }; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; i18n.inputMethod.enable = lib.mkForce false; networking.hostName = "wallfacer"; - environment.systemPackages = [ - ]; - services.getty.autologinUser = "osbm"; system.stateVersion = "25.05"; }