Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 16, 2024
1 parent 8dbc109 commit ddbb3d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ddbb3d1

Please sign in to comment.