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

@ -25,10 +25,11 @@
mainUser.gitSigningKey = "";
};
modules = {
services = {
locate.enable = true;
};
services = {
locate.enable = true;
};
system = {
boot.grub.enable = true;
services.forgejo.enable = true;
programs = {
editors = {