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