diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-23 03:23:54 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-26 04:36:24 +0100 |
commit | 323973ecbb71b6186290a798af1c8a2c91299e18 (patch) | |
tree | f041e769aa593be6aab4e0f765fdd6c9b51164b7 /systems | |
parent | 1057e0990509faa333843c7ab52536a95d50e7cc (diff) |
apps/static-users: init
Diffstat (limited to 'systems')
-rw-r--r-- | systems/system1/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix index 4f47b3c..a1889fb 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -7,6 +7,7 @@ ../../configs # TODO auto-load modules ../../modules/abuilder + ../../modules/fysiweb-capabilities ]; config = lib.mkMerge [ @@ -14,6 +15,10 @@ networking.hostName = "system1"; } { + fysiweb-apps.public.static-users.public.users.aforemny.publicKeyFile = toString ../../public + "/aforemny.id_rsa.pub"; + fysiweb-apps.public.static-users.public.users.kirchner.publicKeyFile = toString ../../public + "/kirchner.id_rsa.pub"; + } + { fysiweb-apps.public.static-website."nomath-org".domain = "nomath.org"; fysiweb-apps.public.static-website."nomath-org".root = "/var/lib/abuilder/nomath-org/main"; } |