13 lines
162 B
Nix
13 lines
162 B
Nix
{...}: {
|
|
imports = [
|
|
./samba.nix
|
|
./sunshine.nix
|
|
];
|
|
services = {
|
|
tailscale = {
|
|
enable = true;
|
|
};
|
|
mullvad-vpn.enable = true;
|
|
};
|
|
}
|