aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 20:12:56 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 20:12:56 -0700
commitf3657271d6ea2408d812d32eea9862b61e49f5d8 (patch)
treec6ea56f0616174024c7293ce032b7adacf7ea884 /modules/hardware/default.nix
parentrefactor security to a module (diff)
downloadinfra-f3657271d6ea2408d812d32eea9862b61e49f5d8.tar.gz
refactor network configuration
Diffstat (limited to 'modules/hardware/default.nix')
-rw-r--r--modules/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix
index 79b062e..73b6fbd 100644
--- a/modules/hardware/default.nix
+++ b/modules/hardware/default.nix
@@ -1,5 +1,5 @@
{ ... }:
{
- imports = [ ./sound ];
+ imports = [ ./sound ./networking ];
}