Compare commits

..

No commits in common. "255cb34846a426479ba0a3b38cd6f66a4b11718d" and "d43c5b151dda340183b8e91d220a5dcf962f76b5" have entirely different histories.

2 changed files with 8 additions and 12 deletions

View File

@ -180,17 +180,13 @@ with pkgs;
system.autoUpgrade = {
enable = true;
flake = "/home/coolneng/system";
flags =
[ "--update-input agenix --update-input nixpkgs" "--commit-lock-file" ];
};
# Limit the memory and CPU use of Nix
systemd.services.nixos-upgrade.serviceConfig = {
MemoryHigh = [ "500M" ];
MemoryMax = [ "2048M" ];
CPUWeight = [ "20" ];
CPUQuota = [ "85%" ];
IOWeight = [ "20" ];
flags = [
"--update-input"
"agenix"
"--update-input"
"nixpkgs"
"--commit-lock-file"
];
};
# Configure git for auto-upgrade

View File

@ -14,7 +14,7 @@
};
devices = {
panacea.id =
"VEGVHKF-P4FT3BD-4T3ML7J-65URQOU-3XKNMI5-6LGWSCI-BIQZOUE-RKQ6PQX";
"L2FDE7E-UQ762XM-HWVSRQU-7H435NK-FGQQFJM-YRDJ6Q5-BMQHMYQ-2LLRZQS";
caravanserai.id =
"MIRF73R-S7AV47R-VLWZUK2-TFCVQPV-FRYCPND-Y4VR3W2-ZAIQXZD-JAEQCAD";
};