Files
dotfiles/nixos/ryu/services/default.nix
2025-02-21 15:12:09 +05:30

16 lines
232 B
Nix

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