20 lines
322 B
Nix
20 lines
322 B
Nix
{...}: {
|
|
imports = [
|
|
# ./ollama.nix
|
|
# ./rsyncd.nix
|
|
# ./sunshine.nix
|
|
# ./zerotier.nix
|
|
./tailscale.nix
|
|
./samba.nix
|
|
./mullvad.nix
|
|
./openrgb.nix
|
|
./command-runner.nix
|
|
./resolved.nix
|
|
./weylus.nix
|
|
# ./dnscrypt.nix
|
|
];
|
|
services = {
|
|
# hardware.openrgb.enable = true;
|
|
};
|
|
}
|