new changes
This commit is contained in:
parent
270880c4f2
commit
b4bf0ee486
42 changed files with 103 additions and 8921 deletions
|
|
@ -10,8 +10,16 @@ in {
|
|||
"nixos-config=/var/bento/configuration.nix"
|
||||
];
|
||||
};
|
||||
environment.variables = rec {
|
||||
BENTO_CHANNEL = [
|
||||
"https://channels.nixos.org/nixos-23.11"
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services.bento-upgrade = {
|
||||
environment = {
|
||||
BENTO_CHANNEL = "https://channels.nixos.org/nixos-23.11";
|
||||
};
|
||||
enable = true;
|
||||
startAt = lib.mkDefault "${timer}";
|
||||
path = with pkgs; [openssh git nixos-rebuild nix gzip];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue