configuration.nix/hosts/bifrost/services/default.nix

9 lines
80 B
Nix

_: {
imports = [
./ssh.nix
../../shared/caddy.nix
./apps
];
}