configuration.nix/hosts/rico0/services/default.nix

10 lines
95 B
Nix

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