nix-config/hosts/nixedo/services/default.nix

13 lines
148 B
Nix
Raw Normal View History

2025-04-26 00:26:43 +01:00
{
imports = [
./homepage
2025-04-26 00:26:43 +01:00
./samba.nix
./uptime-kuma.nix
2025-04-30 14:21:52 +01:00
./vaultwarden.nix
2025-04-26 00:26:43 +01:00
];
2025-04-30 20:15:57 +01:00
services = {
tailscale.enable = true;
};
2025-04-26 00:26:43 +01:00
}