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

@ -5,8 +5,8 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
nixos-hardware.nixosModules.raspberry-pi-4
../../modules/base/nixos.nix
../../modules/base
../../modules/ipfs/cluster.nix
../../modules/sops
];

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" = {

View File

@ -3,7 +3,7 @@
./hardware-configuration.nix
./networking.nix # generated at runtime by nixos-infect
../../users
../../modules/base
../../modules/base/nixos.nix
../../modules/akkoma
../../modules/akkoma/nginx.nix
@ -47,7 +47,6 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0mE4MyMnfd1b2nlBJT7kpZ6Vov+ILuGNfzdp5ZBNQe walkah@walkah.net"
];
system.autoUpgrade.enable = false;
environment.systemPackages = with pkgs; [ ipfs-migrator ];
walkah.coredns = {