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 = {
keyboard.qmk.enable = true;
openrazer.enable = true;
# openrazer.enable = true;
bluetooth = {
enable = true;
powerOnBoot = true;

View File

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