use system.autoUpgrade for nixos machines

also add garnix.io cache

Closes #18
This commit is contained in:
2023-12-15 22:28:14 -05:00
parent f85ef16b42
commit ef401a4e4c
6 changed files with 61 additions and 35 deletions

View File

@ -8,8 +8,8 @@ in
# Include the results of the hardware scan.
./hardware-configuration.nix
../../users
../../modules/base/nixos.nix
../../modules/base
../../modules/coredns
../../modules/drone
../../modules/drone/runner-docker.nix
@ -57,7 +57,6 @@ in
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC5spf4diguK+w7iYLFr565++6DjHukWfvpN2ru9dCRk nixbuild"
];
system.autoUpgrade.enable = false;
environment.systemPackages = with pkgs; [ cifs-utils pinentry weechat ];
fileSystems = {
"/mnt/downloads" = {