remove imports

This commit is contained in:
Vinzenz Schroeter 2023-09-09 19:34:23 +02:00
parent 00c2c2afef
commit 0423ab72dc
2 changed files with 2 additions and 12 deletions

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
{...}: {
imports = [
./modules
(import ./hardware "vinzenz-lpt")

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
{...}: {
imports = [
./modules
(import ./hardware "vinzenz-pc3")