diff options
author | Linnnus <[email protected]> | 2023-10-01 22:08:14 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 22:08:14 +0200 |
commit | df53cd97a22ac201df6e19ce1a2083146bd900ce (patch) | |
tree | bc038f80d0eb7e4410e6c252d9ddbc9cb746d00c /hosts/ahmed/linus.onl.nix | |
parent | 33fe1f534fff335c19d510b21cbbc602fc704684 (diff) |
Remove 'my' prefix
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"; |