mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
fix: Import mastodon
This commit is contained in:
parent
33cec16c61
commit
c60440a865
|
@ -17,6 +17,7 @@ in
|
||||||
./api/api.nix
|
./api/api.nix
|
||||||
./api/api-module.nix
|
./api/api-module.nix
|
||||||
./social/pleroma.nix
|
./social/pleroma.nix
|
||||||
|
./social/mastodon.nix
|
||||||
./letsencrypt/acme.nix
|
./letsencrypt/acme.nix
|
||||||
./letsencrypt/resolve.nix
|
./letsencrypt/resolve.nix
|
||||||
./backup/restic.nix
|
./backup/restic.nix
|
||||||
|
|
|
@ -33,7 +33,7 @@ in
|
||||||
username = "${user.username}";
|
username = "${user.username}";
|
||||||
email = "${user.username}@${cfg.domain}";
|
email = "${user.username}@${cfg.domain}";
|
||||||
hashedPassword = user.hashedPassword;
|
hashedPassword = user.hashedPassword;
|
||||||
groups = [ "gitea" "nextcloud" "pleroma" ];
|
groups = [ "gitea" "nextcloud" "pleroma" "mastodon" ];
|
||||||
})
|
})
|
||||||
cfg.users);
|
cfg.users);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue