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