Fix broken import

This commit is contained in:
Vinzenz Schroeter 2023-09-02 14:54:30 +02:00
parent f1b46e56bf
commit 6984b3ff69
3 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
modulesPath,
...
}: {
imports = [

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
modulesPath,
...
}: {
networking.hostName = "vinzenz-lpt";

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
modulesPath,
...
}: {
networking.hostName = "vinzenz-pc3";