Skip to content

Commit

Permalink
nixos: remove tailscale from my systems (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc authored Dec 29, 2023
1 parent de27bd2 commit d2797bc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion nixos/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
zsh = true;
ssh = true;
};
tailscale.enable = true;
};

imports = [
Expand Down
1 change: 0 additions & 1 deletion nixos/configurations/aplaz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
inclyc.gui.enable = true;
inclyc.user.enable = true;
inclyc.user.zsh = true;
inclyc.tailscale.enable = true;

i18n = {
defaultLocale = "C.UTF-8";
Expand Down
2 changes: 0 additions & 2 deletions nixos/configurations/metis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
inclyc.user.enable = true;
inclyc.user.zsh = true;

inclyc.tailscale.enable = true;

# Proxmox-VE container, running LXC
boot.isContainer = true;

Expand Down
1 change: 0 additions & 1 deletion nixos/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
./nix-ld.nix
./gui.nix
./user.nix
./tailscale.nix
./dae
./sops.nix
];
Expand Down
18 changes: 0 additions & 18 deletions nixos/modules/tailscale.nix

This file was deleted.

0 comments on commit d2797bc

Please sign in to comment.