teutat3s
1930a1add1
All checks were successful
Flake checks / Check (pull_request) Successful in 22m41s
Restic backups to garage S3 bucket metronom-backups
13 lines
157 B
Nix
13 lines
157 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./wireguard.nix
|
|
./backups.nix
|
|
];
|
|
}
|