Update hosts inclusion
This commit is contained in:
parent
b34c986b17
commit
feb85764be
3 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
||||||
./common/modules/networking.nix # Initial Networking configs
|
./common/modules/networking.nix # Initial Networking configs
|
||||||
./common/modules/nixos.nix # NixOS related items
|
./common/modules/nixos.nix # NixOS related items
|
||||||
./common/modules/remote-builders.nix # Add remote builders
|
./common/modules/remote-builders.nix # Add remote builders
|
||||||
./common/modules/hosts.nix # Adblockers
|
|
||||||
|
|
||||||
./users/${username}
|
./users/${username}
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
|
../../common/modules/hosts.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
#### TEMPORARY TODO ####
|
#### TEMPORARY TODO ####
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
|
../../common/modules/hosts.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||||
|
|
Loading…
Reference in a new issue