fix: fix out of space on farnsworth
This commit is contained in:
parent
ddde048c5d
commit
88850f95fb
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
#clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/kdb424/src/nixFlake";
|
||||
};
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
boot.loader.systemd-boot.configurationLimit = 2;
|
||||
|
||||
networking.hostName = "farnsworth"; # Define your hostname.
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
|
Loading…
Add table
Reference in a new issue