mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Rename
This commit is contained in:
parent
8dbc109c80
commit
ddbb3d14d3
3 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue