Files
os/host/common/core/default.nix
2025-08-15 19:27:17 -04:00

10 lines
211 B
Nix

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