This commit is contained in:
Sridhar Ratnakumar 2024-11-16 18:35:27 -05:00
parent 8dbc109c80
commit ddbb3d14d3
No known key found for this signature in database
3 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "immediacy"; # Define your hostname.
networking.hostName = "pureintent"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary

View file

@ -14,7 +14,6 @@ in
services.openssh.enable = true;
services.tailscale.enable = true;
services.syncthing = { enable = true; user = "srid"; dataDir = "/home/srid/Documents"; };
programs.nix-ld.enable = true; # for vscode server