Files
dotfiles/nixos/ryu/services/default.nix
uttarayan21 8d0e850ed4 chore: Disable a lot of unused stuff
Signed-off-by: uttarayan21 <email@uttarayan.me>
2025-05-10 00:03:32 +05:30

15 lines
235 B
Nix

{...}: {
imports = [
# ./sunshine.nix
# ./ollama.nix
# ./rsyncd.nix
./samba.nix
./tailscale.nix
# ./zerotier.nix
];
services = {
# hardware.openrgb.enable = true;
mullvad-vpn.enable = true;
};
}