aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 17:02:58 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 17:02:58 -0700
commite69ed57ab173b558c3e8bcdb3cbc228fc7ccbc3a (patch)
tree2334080d13341b3af19671ec94dd518d97f55959 /modules/default.nix
parentsound: add a new module (diff)
downloadinfra-e69ed57ab173b558c3e8bcdb3cbc228fc7ccbc3a.tar.gz
nix: refactor to a module
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix
index 5ec7ef8..189a313 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -1 +1 @@
-{ ... }: { imports = [ ./hardware ]; }
+{ ... }: { imports = [ ./hardware ./system ]; }