Skip to content

Commit

Permalink
Add tailscale to altaria
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Aug 17, 2024
1 parent 9348685 commit ee94e44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions machines/altaria/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
};

services = {
# Enable the tailscale VPN
vpn.enable = true;

openssh = {
enable = true;
startWhenNeeded = true;
Expand Down
12 changes: 11 additions & 1 deletion users/fmzakari/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
};
};
};
go = {
};
java = {
};
telemetry = {
"redhat.telemetry.enabled" = false;
"telemetry.telemetryLevel" = "off";
Expand Down Expand Up @@ -71,6 +75,10 @@ in {
ms-python.mypy-type-checker
ms-python.isort
ms-python.black-formatter
# golang
ms-vscode.Go
# java
redhat.java
])
++ (with pkgs.vscode-marketplace-release; [
github.copilot
Expand All @@ -87,6 +95,8 @@ in {
// telemetry
// window
// nix
// cpp;
// cpp
// java
// go;
};
}

0 comments on commit ee94e44

Please sign in to comment.