new changes
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/dpolakovics/bento.git";
|
||||
rev = "54d55f079e485c3be7bc0239806bb64203a911bf";
|
||||
sha256 = "sha256-47+MM5uuWhMGKGiWK43lF7ynI392aTgLwCPccHMWlC8=";
|
||||
rev = "5379043e253ffe80bc7fd31e30ef455097612119";
|
||||
sha256 = "sha256-hwkdE/zH68vgEerzS29Qm6P6+S/4Dvfw+4wl8v8tdVM=";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
Reference in New Issue
Block a user