summaryrefslogtreecommitdiff
path: root/modules/host-common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/host-common.nix')
-rw-r--r--modules/host-common.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/host-common.nix b/modules/host-common.nix
index 83a51e2..cc95807 100644
--- a/modules/host-common.nix
+++ b/modules/host-common.nix
@@ -1,4 +1,9 @@
-{ config, lib, hostname, ... }:
+{
+ config,
+ lib,
+ hostname,
+ ...
+}:
let
userOptions = import ../hosts/${hostname}/userOptions.nix;
in