Fix missing sops and hedgedoc config
This commit is contained in:
parent
cbc2fdec1b
commit
88247e5a81
|
@ -15,7 +15,7 @@
|
|||
./services/jellyfin.nix
|
||||
./services/metrics
|
||||
./services/flame.nix
|
||||
#./services/hedgedoc.nix
|
||||
./services/hedgedoc.nix
|
||||
./services/code-server.nix
|
||||
# TODO:
|
||||
# x Boot
|
||||
|
@ -45,6 +45,8 @@
|
|||
hostId = "8e84b235";
|
||||
};
|
||||
|
||||
sops.defaultSopsFile = ../../secrets/voyager/voyager.yaml;
|
||||
|
||||
environment.variables = { EDITOR = "vim"; };
|
||||
environment.systemPackages = with pkgs; [
|
||||
((vim_configurable.override { }).customize{
|
||||
|
|
|
@ -32,6 +32,7 @@ in {
|
|||
userProfileURL = "${authServerUrl}/oauth2/openid/hedgedoc/userinfo";
|
||||
|
||||
clientID = "hedgedoc";
|
||||
clientSecret = "";
|
||||
scope = "openid email profile";
|
||||
userProfileUsernameAttr = "name";
|
||||
userProfileEmailAttr = "email";
|
||||
|
|
Loading…
Reference in New Issue