diff --git a/common.nix b/common.nix index 344e4aa..24afd2e 100644 --- a/common.nix +++ b/common.nix @@ -1,6 +1,7 @@ { config, pkgs, + modulesPath, ... }: { imports = [ diff --git a/vinzenz-lpt.nix b/vinzenz-lpt.nix index dc2fa6a..882f671 100644 --- a/vinzenz-lpt.nix +++ b/vinzenz-lpt.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - modulesPath, ... }: { networking.hostName = "vinzenz-lpt"; diff --git a/vinzenz-pc3.nix b/vinzenz-pc3.nix index efc90c6..b02846a 100644 --- a/vinzenz-pc3.nix +++ b/vinzenz-pc3.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - modulesPath, ... }: { networking.hostName = "vinzenz-pc3";