re-enable auto-update
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 14s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 6m58s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 14m29s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 19m14s
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 14s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 6m58s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 14m29s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 19m14s
This commit is contained in:
parent
3c336c0bae
commit
3586a4bbb8
@ -10,10 +10,10 @@
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = lib.mkDefault false;
|
||||
enable = lib.mkDefault true;
|
||||
flags = [ "--accept-flake-config" ];
|
||||
randomizedDelaySec = "1h";
|
||||
persistent = true;
|
||||
flake = "github:RAD-Development/nix-dotfiles";
|
||||
flake = "git+ssh://nayeonie.com/ahuston-0/nix-dotfiles.git";
|
||||
};
|
||||
}
|
||||
|
@ -83,7 +83,6 @@
|
||||
|
||||
users.users.alice.extraGroups = [ "calibre-web" ];
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user