backwards: Add boot module

This commit is contained in:
Alexander Heldt
2024-08-18 14:19:11 +02:00
parent 3b0679716d
commit 3d45a8d1d0
2 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports =
[
@@ -10,9 +10,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
time.timeZone = "Europe/Stockholm";
i18n.defaultLocale = "en_GB.UTF-8";