mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
configuration: add restic, systemd-boot config limit and change nix.gc options
This commit is contained in:
parent
a864da5225
commit
48330697fe
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
systemd-boot.consoleMode = "0";
|
systemd-boot.consoleMode = "0";
|
||||||
|
systemd-boot.configurationLimit = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
#nix.settings.auto-optimise-store = true;
|
#nix.settings.auto-optimise-store = true;
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 1w";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
git-lfs
|
git-lfs
|
||||||
libcamera
|
libcamera
|
||||||
lshw
|
lshw
|
||||||
|
restic
|
||||||
roboto-slab
|
roboto-slab
|
||||||
nix-index
|
nix-index
|
||||||
nvd
|
nvd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue