refactor: fsr.domain -> networking.domain

This commit is contained in:
Rouven Seifert 2023-09-17 20:10:55 +02:00
parent 220575d64b
commit 62825e357f
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
24 changed files with 41 additions and 64 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
let
domain = "auth.${config.fsr.domain}";
domain = "auth.${config.networking.domain}";
seed = {
groups = [
{