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, 0 insertions, 11 deletions
diff --git a/lass/2configs/boot/universal.nix b/lass/2configs/boot/universal.nix
deleted file mode 100644
index 33f4323c..00000000
--- a/lass/2configs/boot/universal.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ ... }:
-
-{
- boot = {
- loader.grub.enable = true;
- loader.grub.version = 2;
- loader.grub.device = "/dev/sda";
- loader.grub.efiSupport = true;
- loader.grub.efiInstallAsRemovable = true;
- };
-}