add systemd-boot option to chmura's profile
This commit is contained in:
parent
301155ccae
commit
c8a0732401
2 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,6 @@ in {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader = {
|
|
||||||
systemd-boot.enable = true;
|
|
||||||
efi.canTouchEfiVariables = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
time.timeZone = "Europe/Warsaw";
|
time.timeZone = "Europe/Warsaw";
|
||||||
|
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
|
../../options/boot/systemd-boot.nix
|
||||||
../../options/common/btrfs-scrub.nix
|
../../options/common/btrfs-scrub.nix
|
||||||
../../options/common/disable-nano.nix
|
../../options/common/disable-nano.nix
|
||||||
../../options/common/nix.nix
|
../../options/common/nix.nix
|
||||||
|
|
Loading…
Reference in a new issue