Move to flake config

This commit is contained in:
2024-08-19 14:35:42 +02:00
parent 859ec49ab4
commit bd24cb25dc
6 changed files with 214 additions and 40 deletions

7
nixos/boot.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}