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

@ -27,6 +27,7 @@
modules = {
desktops.hyprland.enable = true;
system = {
boot.grub.enable = true;
impermanence.enable = false;
services = {
nextcloud.enable = true;
@ -63,7 +64,6 @@
locate.enable = true;
kanata.enable = true;
media.mpd = {
enable = true;
};