[nidaros] Add boot config and remove configuration.nix

This commit is contained in:
2025-10-13 22:25:54 +02:00
parent 1fc1b0e7be
commit 61676ed77c
2 changed files with 6 additions and 69 deletions

6
hosts/nidaros/boot.nix Normal file
View File

@@ -0,0 +1,6 @@
{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}