New Nix config

This commit is contained in:
2025-12-16 14:55:04 -07:00
parent b475d40718
commit 10233a29ca
15 changed files with 152 additions and 93 deletions

View File

@@ -4,14 +4,6 @@
# Enable the OpenSSH daemon
services.openssh.enable = true;
# Sleep config for NVIDIA
systemd.sleep.extraConfig = ''
AllowSuspend=yes
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
# Tailscale
services.tailscale.enable = true;