teutat3s
941eff6d87
All checks were successful
Flake checks / Check (pull_request) Successful in 2m30s
14 lines
191 B
Nix
14 lines
191 B
Nix
{ flake, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./forgejo-actions-runner.nix
|
|
./wireguard.nix
|
|
#./backups.nix
|
|
];
|
|
}
|