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

@@ -20,7 +20,13 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "ark"; # Define your hostname.
networking.hostName = "ark";
networking.nameservers = [ "8.8.8.8" "1.1.1.1" ];
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
extraUpFlags = [ "--accept-dns=false" ];
};
oauth.name = "KoonFamily";
oauth.secrets = import ./oauth-secrets.nix;