mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: cleaning up...
This commit is contained in:
parent
7b767c1ebe
commit
cf0cee7937
14 changed files with 103 additions and 89 deletions
8
nixos/profiles/server/loader-config-limit.nix
Normal file
8
nixos/profiles/server/loader-config-limit.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
boot = {
|
||||
loader = {
|
||||
grub.configurationLimit = 1;
|
||||
systemd-boot.configurationLimit = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue