From 47ef05ab310bb466300e93d1459370450414fbc4 Mon Sep 17 00:00:00 2001 From: "grm@eyesin.space" Date: Tue, 2 Sep 2025 23:04:24 +0000 Subject: init --- nixos/systemd-boot.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nixos/systemd-boot.nix (limited to 'nixos/systemd-boot.nix') diff --git a/nixos/systemd-boot.nix b/nixos/systemd-boot.nix new file mode 100644 index 0000000..cb3cd23 --- /dev/null +++ b/nixos/systemd-boot.nix @@ -0,0 +1,12 @@ +{ + boot = { + loader = { + grub.device = "/dev/vda"; +# efi.canTouchEfiVariables = true; +# systemd-boot = { +# enable = true; +# configurationLimit = 5; +# }; + }; + }; +} -- cgit v1.2.3