12 lines
148 B
Nix
12 lines
148 B
Nix
{
|
|
imports = [
|
|
./homepage
|
|
./samba.nix
|
|
./uptime-kuma.nix
|
|
./vaultwarden.nix
|
|
];
|
|
|
|
services = {
|
|
tailscale.enable = true;
|
|
};
|
|
}
|