configuration.nix/hosts/rico1/services/default.nix

12 lines
100 B
Nix

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