add systemd-boot option to chmura's profile

This commit is contained in:
jacekpoz 2024-05-03 17:41:42 +02:00
parent 301155ccae
commit c8a0732401
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 1 additions and 5 deletions

View file

@ -9,11 +9,6 @@ in {
config.allowUnfree = true;
};
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
time.timeZone = "Europe/Warsaw";
users.users.${username} = {

View file

@ -1,5 +1,6 @@
_: {
imports = [
../../options/boot/systemd-boot.nix
../../options/common/btrfs-scrub.nix
../../options/common/disable-nano.nix
../../options/common/nix.nix