Update hosts inclusion

This commit is contained in:
albert 2024-08-17 21:51:58 +09:00
parent b34c986b17
commit feb85764be
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 2 additions and 1 deletions

View file

@ -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}

View file

@ -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 ####

View file

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