fix: fix out of space on farnsworth

This commit is contained in:
Kyle Brown 2024-05-26 07:08:50 -07:00
parent ddde048c5d
commit 88850f95fb
2 changed files with 2 additions and 2 deletions

View file

@ -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";
};

View file

@ -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.