Merge pull request 're-enable auto-update' (#48) from feature/enable-autopull into main
All checks were successful
Update flakes / update_lockfile (push) Successful in 14m25s
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m30s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 9m14s
Check Nix flake / Build nix outputs (ubuntu-latest) (push) Successful in 14m17s
All checks were successful
Update flakes / update_lockfile (push) Successful in 14m25s
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m30s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 9m14s
Check Nix flake / Build nix outputs (ubuntu-latest) (push) Successful in 14m17s
Reviewed-on: #48
This commit is contained in:
commit
083e091fef
@ -10,10 +10,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = lib.mkDefault false;
|
enable = lib.mkDefault true;
|
||||||
flags = [ "--accept-flake-config" ];
|
flags = [ "--accept-flake-config" ];
|
||||||
randomizedDelaySec = "1h";
|
randomizedDelaySec = "1h";
|
||||||
persistent = true;
|
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" ];
|
users.users.alice.extraGroups = [ "calibre-web" ];
|
||||||
|
|
||||||
system.autoUpgrade.enable = false;
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user