flake: set options for both grub and systemd-boot

This commit is contained in:
Charlie Root 2025-04-07 14:01:35 +02:00
commit 9e94d074ff
4 changed files with 49 additions and 25 deletions

View file

@ -44,6 +44,9 @@ in {
modules = {
system = {
impermanence.enable = true;
boot = {
systemd-boot.enable = true;
};
services = {
nextcloud.enable = true;
};