diff options
Diffstat (limited to 'hosts/ahmed/linus.onl.nix')
-rw-r--r-- | hosts/ahmed/linus.onl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ahmed/linus.onl.nix b/hosts/ahmed/linus.onl.nix index 617865c..a8e4190 100644 --- a/hosts/ahmed/linus.onl.nix +++ b/hosts/ahmed/linus.onl.nix @@ -5,10 +5,10 @@ let domain = "linus.onl"; - cfg = config.my.modules."${domain}"; + cfg = config.modules."${domain}"; in { - options.my.modules."${domain}" = { + options.modules."${domain}" = { enable = mkEnableOption "${domain} static site"; useACME = mkEnableOption "built-in HTTPS stuff"; |