modules.settings->shared: renamed mine.settings to mine.shared.settings

Allows to use it with other things, such as ...

mine.shared.lib
mine.shared.meta
mine.shared.settings
This commit is contained in:
eyjhb 2024-08-12 20:51:38 +02:00
parent 75ac478a80
commit 918c32299e
Signed by: eyjhb
GPG key ID: 609F508E3239F920
11 changed files with 45 additions and 45 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
svc_domain = config.mine.settings.domain;
svc_domain = config.mine.shared.settings.domain;
in {
services.nginx.virtualHosts."${svc_domain}" = {
forceSSL = true;