From 8e426fdaa3df1840cfa92bf61fe8ccadeac8f3c6 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 30 Nov 2025 23:01:41 +0100 Subject: defined new device --- hosts/work/boot.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hosts/work/boot.nix (limited to 'hosts/work/boot.nix') diff --git a/hosts/work/boot.nix b/hosts/work/boot.nix new file mode 100644 index 0000000..fca6970 --- /dev/null +++ b/hosts/work/boot.nix @@ -0,0 +1,6 @@ +{ + boot.loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; +} -- cgit v1.2.3