From 8be8c58299b63a9b8d918bfd723d4b14ae7b4c79 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Sun, 12 May 2024 22:07:32 -0500 Subject: [PATCH] nebula starting out --- hosts/_common/components/nebula.nix | 6 ++++++ hosts/joe/configuration.nix | 1 + 2 files changed, 7 insertions(+) create mode 100644 hosts/_common/components/nebula.nix 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")