feat: shell stuff

This commit is contained in:
2025-09-16 09:13:22 -04:00
parent 0dba0b6943
commit d976cc9905
8 changed files with 57 additions and 22 deletions

View File

@@ -1,8 +1,6 @@
{ inputs, ... }: {
time.timeZone = "America/New_York";
services.tailscale.enable = true;
# security.sudo.wheelNeedsPassword = false;
nix.settings.experimental-features = [ "nix-command" "flakes" ];