[fanny] add disable autoupdate option at startup
Some checks failed
Check flake syntax / flake-check (push) Has been cancelled

This commit is contained in:
2026-02-21 12:53:50 +01:00
parent 8afc42d46f
commit 412a5b25bc

View File

@@ -1,4 +1,4 @@
{ inputs, config, ... }:
{ inputs, config, lib, ... }:
let
sshKeys = import ../ssh_keys.nix;
peers = import ../modules/malobeo/peers.nix;
@@ -47,6 +47,10 @@ in
jobset = "infrastructure";
cacheurl = "https://cache.dynamicdiscord.de";
};
specialisation."NOAUTOUPDATE".configuration = {
system.nixos.tags = [ "NOAUTOUPDATE" ];
malobeo.autoUpdate.enable = lib.mkForce false;
};
malobeo.backup = {
enable = true;