summaryrefslogtreecommitdiff
path: root/hosts/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-14 09:03:44 -0400
committerseth <[email protected]>2023-05-14 09:05:27 -0400
commitbbedc6d466ef240c2ff1956e4155fdeb8dfc6d78 (patch)
treeda2b0def5f3657ba89dead5918edfbc91b69a9fe /hosts/glados
parentf2e62b9f30453afb3b633bc2c1462a406c12afa4 (diff)
hosts: start using tailscale + endlessh -> fail2ban
Diffstat (limited to 'hosts/glados')
-rw-r--r--hosts/glados/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 4aef9e7..c05f08a 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -2,11 +2,13 @@ _: {
imports = [
./boot.nix
./hardware-configuration.nix
+ ../../modules/nixos/features/tailscale.nix
];
getchoo = {
base.virtualisation.enable = true;
desktop.gnome.enable = true;
+ features.tailscale.enable = true;
hardware = {
enable = true;
nvidia.enable = true;