diff --git a/hosts/greynix/configuration.nix b/hosts/greynix/configuration.nix index 20c62c9..31bbe4b 100644 --- a/hosts/greynix/configuration.nix +++ b/hosts/greynix/configuration.nix @@ -10,8 +10,6 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../nixosModules/base.nix - ../../nixosModules/modules.nix ]; # Enable/Disable Modules diff --git a/nixosModules/base.nix b/nixosModules/base.nix index c84ccc1..0070f09 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -1,3 +1,6 @@ +# base.nix +# configuration for all my computers + { pkgs, config, lib ... }: {