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

9 lines
88 B
Nix

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