Use Git repository as Flake URL for Auto Upgrade
This commit is contained in:
parent
3abfa5cb84
commit
155c4f3525
@ -236,7 +236,7 @@ with pkgs;
|
|||||||
# Auto-upgrade the system
|
# Auto-upgrade the system
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "/home/coolneng/system";
|
flake = "git+https://git.psydnd.org/coolneng/zion";
|
||||||
flags = [
|
flags = [
|
||||||
"--update-input agenix --update-input nixpkgs"
|
"--update-input agenix --update-input nixpkgs"
|
||||||
"--commit-lock-file"
|
"--commit-lock-file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user