hosts/*: remove unnecessary private import

This commit is contained in:
Infinidoge 2023-07-30 00:33:38 -04:00
parent b2eba2b8c2
commit f4c5fa90da
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, private, ... }:
{ pkgs, lib, ... }:
{
imports = [
./hardware-configuration.nix