systemd-boot is default now

This commit is contained in:
Osman Faruk Bayram 2025-10-21 21:02:44 +03:00
parent b431744859
commit 42209ddb6a
9 changed files with 15 additions and 25 deletions

View file

@ -185,6 +185,12 @@
};
};
systemd-boot.enable = lib.mkOption {
type = lib.types.bool;
default = true;
description = "Use systemd-boot bootloader";
};
# Disko configuration (inspired by ZFS.nix)
disko = {
enable = lib.mkOption {
@ -208,12 +214,6 @@
description = "Root filesystem type";
};
systemd-boot = lib.mkOption {
type = lib.types.bool;
default = true;
description = "Use systemd-boot bootloader";
};
initrd-ssh = {
enable = lib.mkOption {
type = lib.types.bool;