chore: Disable a lot of unused stuff

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-10 00:03:32 +05:30
parent 36b30d96f2
commit 8d0e850ed4
2 changed files with 6 additions and 6 deletions

View File

@@ -178,7 +178,7 @@
# }; # };
hardware = { hardware = {
keyboard.qmk.enable = true; keyboard.qmk.enable = true;
openrazer.enable = true; # openrazer.enable = true;
bluetooth = { bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;

View File

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