[fanny] add disable autoupdate option at startup
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m54s
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m54s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ inputs, config, ... }:
|
{ inputs, config, lib, ... }:
|
||||||
let
|
let
|
||||||
sshKeys = import ../ssh_keys.nix;
|
sshKeys = import ../ssh_keys.nix;
|
||||||
peers = import ../modules/malobeo/peers.nix;
|
peers = import ../modules/malobeo/peers.nix;
|
||||||
@@ -47,6 +47,10 @@ in
|
|||||||
jobset = "infrastructure";
|
jobset = "infrastructure";
|
||||||
cacheurl = "https://cache.dynamicdiscord.de";
|
cacheurl = "https://cache.dynamicdiscord.de";
|
||||||
};
|
};
|
||||||
|
specialisation."NOAUTOUPDATE".configuration = {
|
||||||
|
system.nixos.tags = [ "NOAUTOUPDATE" ];
|
||||||
|
malobeo.autoUpdate.enable = lib.mkForce false;
|
||||||
|
};
|
||||||
|
|
||||||
malobeo.backup = {
|
malobeo.backup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user