nebula starting out
This commit is contained in:
parent
c3644453ca
commit
8be8c58299
2 changed files with 7 additions and 0 deletions
6
hosts/_common/components/nebula.nix
Normal file
6
hosts/_common/components/nebula.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
# services.tailscale = {
|
||||||
|
# enable = true;
|
||||||
|
# };
|
||||||
|
}
|
|
@ -11,6 +11,7 @@
|
||||||
(settings.hostsDir + "/_common/components/home_manager.nix")
|
(settings.hostsDir + "/_common/components/home_manager.nix")
|
||||||
(settings.hostsDir + "/_common/components/gnome_xorg.nix")
|
(settings.hostsDir + "/_common/components/gnome_xorg.nix")
|
||||||
(settings.hostsDir + "/_common/components/docker.nix")
|
(settings.hostsDir + "/_common/components/docker.nix")
|
||||||
|
(settings.hostsDir + "/_common/components/nebula.nix")
|
||||||
# Users this machine has
|
# Users this machine has
|
||||||
(settings.usersDir + "/root/configuration.nix")
|
(settings.usersDir + "/root/configuration.nix")
|
||||||
(settings.usersDir + "/josh/configuration.nix")
|
(settings.usersDir + "/josh/configuration.nix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue