From df53cd97a22ac201df6e19ce1a2083146bd900ce Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 1 Oct 2023 22:08:14 +0200 Subject: Remove 'my' prefix --- hosts/ahmed/linus.onl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/ahmed/linus.onl.nix') 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"; -- cgit v1.2.3