Added a missing module

This commit is contained in:
Alexandre1a 2026-01-15 21:42:40 +01:00
parent 997f860c15
commit 32d110cfb3
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, inputs, config, ... }: { pkgs, inputs, config, ... }:
{ {
imports = [ imports = [
#./modules.nix ./modules.nix
]; ];
networking = { networking = {

View File

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./hardware-configuration.nix
../common/modules.nix ../common/modules.nix
]; ];
} }