diff --git a/common.nix b/common.nix index 344e4aa0..24afd2e3 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 dc2fa6a3..882f6712 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 efc90c6e..b02846ab 100644 --- a/vinzenz-pc3.nix +++ b/vinzenz-pc3.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - modulesPath, ... }: { networking.hostName = "vinzenz-pc3";