systemd-boot is default now
This commit is contained in:
parent
b431744859
commit
42209ddb6a
9 changed files with 15 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue