mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a missing module
This commit is contained in:
parent
997f860c15
commit
32d110cfb3
@ -1,7 +1,7 @@
|
||||
{ pkgs, inputs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
#./modules.nix
|
||||
./modules.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common/modules.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user