hosts: move host-specific configuration to hosts/{host}/config

This commit is contained in:
Anthony Rodriguez 2024-12-18 10:19:46 +01:00
parent a600143e8a
commit 8e7c0584ef
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
5 changed files with 3 additions and 5 deletions

View file

@ -18,7 +18,8 @@ in {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./modules ./config/nvidia.nix
./config/theme.nix
nixos nixos
"${nixos}/hardware/uni-sync.nix" "${nixos}/hardware/uni-sync.nix"

View file

@ -18,7 +18,7 @@ in {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./modules ./config/theme.nix
"${nixos}" "${nixos}"
"${nixos}/core/lanzaboote.nix" "${nixos}/core/lanzaboote.nix"

View file

@ -1,3 +0,0 @@
{
imports = [./theme.nix];
}