flake: set options for both grub and systemd-boot
This commit is contained in:
parent
8a9d31be7d
commit
9e94d074ff
4 changed files with 49 additions and 25 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue