Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
9 lines
106 B
Nix
9 lines
106 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
../../services/http-proxy
|
|
./wireguard.nix
|
|
];
|
|
}
|