diff --git a/hosts/_common/components/nebula.nix b/hosts/_common/components/nebula.nix new file mode 100644 index 0000000..5e00588 --- /dev/null +++ b/hosts/_common/components/nebula.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + # services.tailscale = { + # enable = true; + # }; +} diff --git a/hosts/joe/configuration.nix b/hosts/joe/configuration.nix index 2bf390c..d7f07b8 100644 --- a/hosts/joe/configuration.nix +++ b/hosts/joe/configuration.nix @@ -11,6 +11,7 @@ (settings.hostsDir + "/_common/components/home_manager.nix") (settings.hostsDir + "/_common/components/gnome_xorg.nix") (settings.hostsDir + "/_common/components/docker.nix") + (settings.hostsDir + "/_common/components/nebula.nix") # Users this machine has (settings.usersDir + "/root/configuration.nix") (settings.usersDir + "/josh/configuration.nix")