hosts/main: remove imports from etc
/etc/nixos/configuration.nix should import hosts configuration instead
This commit is contained in:
parent
8c352ea5ec
commit
1308bb8cc5
2 changed files with 0 additions and 5 deletions
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
|
||||||
(if builtins.pathExists /etc/nixos/hardware-configuration.nix then /etc/nixos/hardware-configuration.nix else null)
|
|
||||||
# Include device-specific overrides
|
|
||||||
(if builtins.pathExists /etc/nixos/device-configuration.nix then /etc/nixos/device-configuration.nix else null)
|
|
||||||
../nix-os/core.nix
|
../nix-os/core.nix
|
||||||
../nix-os/core-desktop.nix
|
../nix-os/core-desktop.nix
|
||||||
../nix-os/nvidia.nix
|
../nix-os/nvidia.nix
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
NIXOS_CONFIG="$(pwd)/hosts/main.nix" nixos-rebuild $@
|
|
Loading…
Reference in a new issue