infra/nixos/hosts/eidola/services/default.nix

7 lines
68 B
Nix

{...}: {
imports = [
./samba.nix
./vaultwarden.nix
];
}