forked from fediversity/fediversity
grub default false
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
f97db2802c
commit
56d8c4235b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ in
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
|
|
||||||
# Test VMs don't have a bootloader by default.
|
# Test VMs don't have a bootloader by default.
|
||||||
# boot.loader.grub.enable = false;
|
boot.loader.grub.enable = lib.mkDefault false;
|
||||||
}
|
}
|
||||||
|
|
||||||
(mkIf config.enableAcme {
|
(mkIf config.enableAcme {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue