diff --git a/modules/system/base.nix b/modules/system/base.nix index d11967d..bc57008 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -22,5 +22,8 @@ boot.supportedFilesystems = [ "btrfs" "ext4" "vfat" "xfs" ]; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + system.stateVersion = "25.11"; }