Add backup-helper to test host

This commit is contained in:
2024-06-03 00:10:28 +02:00
parent 1b8945ab20
commit 99e2282078
4 changed files with 36 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
backup-helper.url = "git+https://git.t-juice.club/torjus/backup-helper?ref=master";
};
outputs = { self, nixpkgs, nixpkgs-unstable, sops-nix, ... }@inputs:
outputs = { self, nixpkgs, nixpkgs-unstable, sops-nix, backup-helper, ... }@inputs:
let
system = "x86_64-linux";
overlay-unstable = final: prev: {
@@ -63,6 +63,7 @@
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/nixos-test1
sops-nix.nixosModules.sops
backup-helper.nixosModules.backup-helper
];
};
ha1 = nixpkgs.lib.nixosSystem {