diff options
Diffstat (limited to 'modules/host-common.nix')
| -rw-r--r-- | modules/host-common.nix | 7 |
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 |
