nixos-config/nixos/services/misc.service.nix
Zhongheng Liu f4df5fd49c
feat: kanshi fish and tailscale
move kanshi config to individual file
add tailscale fish completions
remove auto-cpufreq
change tailscale service to fix exit-node and routing features
2024-09-01 09:23:43 +03:00

13 lines
300 B
Nix

{...}: {
#specialisation.powersave.configuration = {
# services.auto-cpufreq.enable = true;
#};
services = {
upower.enable = true;
udisks2.enable = true;
#picom.enable = true;
#blueman.enable = true;
#gnome.gnome-keyring.enable = true;
#openssh.enable = true;
};
}