finalizing server compatibility updates

This commit is contained in:
pagedMov
2024-11-26 13:33:41 -05:00
parent 235f7a208e
commit 8e8f337165
6 changed files with 68 additions and 75 deletions

View File

@@ -32,19 +32,6 @@
systemPackages = with pkgs; [ acpi brightnessctl cpupower-gui powertop ];
};
nix = {
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
substituters = [ "https://nix-gaming.cachix.org" ];
};
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
};
users = {
groups.persist = { };
users = {