1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: add restic hetzner module, script still wip

This commit is contained in:
oddlama 2024-01-14 18:01:35 +01:00
parent 1165dc44aa
commit a464c99fb8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 106 additions and 0 deletions

View file

@ -160,6 +160,8 @@
;
}
// flake-utils.lib.eachDefaultSystem (system: rec {
apps.setupHetznerStorageBoxes = import ./nix/setup-hetzner-storage-boxes.nix self;
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;