diff --git a/flake.nix b/flake.nix index bd1367d..ddac7ab 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,7 @@ specialArgs = { inherit inputs; }; system = "x86_64-linux"; modules = [ + ./system/common.nix ./system/${hostname}.nix ./hardware/${hostname}.nix ];