summaryrefslogtreecommitdiff
path: root/modules/nixos/boot
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
committerandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
commit2ef56f1479e8b64fc656b29e89fbdec3969c8078 (patch)
treea858066f1122bc436c84ca63ed37f01761289bba /modules/nixos/boot
parentde1879b9a0b9a412068785d81cc17bbf947d0eef (diff)
tidy a bit
Diffstat (limited to 'modules/nixos/boot')
-rw-r--r--modules/nixos/boot/109-199-104-83.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/nixos/boot/109-199-104-83.nix b/modules/nixos/boot/109-199-104-83.nix
deleted file mode 100644
index 4854826..0000000
--- a/modules/nixos/boot/109-199-104-83.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- boot.loader.grub = {
- efiSupport = true;
- efiInstallAsRemovable = true;
- };
- age.identityPaths = [
- "/persist/etc/ssh/ssh_host_ed25519_key"
- ];
-}