summaryrefslogtreecommitdiffstats
path: root/lass/2configs/boot/universal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/boot/universal.nix')
-rw-r--r--lass/2configs/boot/universal.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/lass/2configs/boot/universal.nix b/lass/2configs/boot/universal.nix
new file mode 100644
index 00000000..33f4323c
--- /dev/null
+++ b/lass/2configs/boot/universal.nix
@@ -0,0 +1,11 @@
+{ ... }:
+
+{
+ boot = {
+ loader.grub.enable = true;
+ loader.grub.version = 2;
+ loader.grub.device = "/dev/sda";
+ loader.grub.efiSupport = true;
+ loader.grub.efiInstallAsRemovable = true;
+ };
+}