dont forget to add boot options

This commit is contained in:
Osman Faruk Bayram 2025-05-01 23:46:35 +03:00
parent 8e7f771ee9
commit 9752702176

View file

@ -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";
}