From 6984b3ff6926ee30c920c67d5e2dfdcd3095f18f Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 2 Sep 2023 14:54:30 +0200 Subject: [PATCH] Fix broken import --- common.nix | 1 + vinzenz-lpt.nix | 1 - vinzenz-pc3.nix | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) 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";