nebula starting out

This commit is contained in:
RingOfStorms (Josh) 2024-05-12 22:07:32 -05:00
parent c3644453ca
commit 8be8c58299
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
# services.tailscale = {
# enable = true;
# };
}

View file

@ -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")