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, config,
pkgs, pkgs,
modulesPath,
... ...
}: { }: {
imports = [ imports = [

View file

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

View file

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