Compare commits
No commits in common. "ce676449a65e0055354637a1b135c66fa2ce5ac8" and "5b8bba9c63d1e922c2d0c204a424a6fbb3e0e0f0" have entirely different histories.
ce676449a6
...
5b8bba9c63
|
@ -133,20 +133,6 @@ in {
|
|||
nix.nixPath = let path = toString ./.;
|
||||
in [ "nixpkgs=${inputs.nixpkgs}" "nixos-config=${path}/configuration.nix" ];
|
||||
|
||||
# Auto-upgrade the system
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "22:30";
|
||||
flake = "/home/coolneng/Projects/panacea";
|
||||
flags = [
|
||||
"--update-input"
|
||||
"agenix"
|
||||
"--update-input"
|
||||
"nixpkgs"
|
||||
"--commit-lock-file"
|
||||
];
|
||||
};
|
||||
|
||||
# Import other configuration modules
|
||||
imports = [
|
||||
./modules/hardware-configuration.nix
|
||||
|
|
|
@ -120,13 +120,4 @@ in {
|
|||
after = [ "home-coolneng.mount" ];
|
||||
before = [ "mopidy.service" "mopidy-scan.service" ];
|
||||
};
|
||||
|
||||
# Push panacea changes to git daily
|
||||
systemd.user.services.panacea-push = {
|
||||
description = "Push panacea changes to git";
|
||||
path = [ git gitAndTools.pass-git-helper ];
|
||||
script = "${pkgs.git}/bin/git push";
|
||||
serviceConfig.Type = "oneshot";
|
||||
startAt = "14:00:00";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue