hosts: move host-specific configuration to hosts/{host}/config
This commit is contained in:
parent
a600143e8a
commit
8e7c0584ef
5 changed files with 3 additions and 5 deletions
|
@ -18,7 +18,8 @@ in {
|
|||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules
|
||||
./config/nvidia.nix
|
||||
./config/theme.nix
|
||||
|
||||
nixos
|
||||
"${nixos}/hardware/uni-sync.nix"
|
||||
|
|
|
@ -18,7 +18,7 @@ in {
|
|||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules
|
||||
./config/theme.nix
|
||||
|
||||
"${nixos}"
|
||||
"${nixos}/core/lanzaboote.nix"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
imports = [./theme.nix];
|
||||
}
|
Loading…
Reference in a new issue