Compare commits

...

2 commits

Author SHA1 Message Date
Tom Hubrecht 3785088616 feat(outline): Upgrade to v0.72.0 2023-10-05 23:27:04 +02:00
Tom Hubrecht 074de01f0f fix(iso): Use lib instead of non-existant lib/trivial.nix 2023-10-05 16:46:30 +02:00
3 changed files with 15 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
dgn-lib = import ../lib/trivial.nix;
dgn-lib = import ../lib;
dgn-members = (import ../meta).members.groups.iso;
in

View file

@ -5,14 +5,7 @@ in {
services.outline = {
enable = true;
storage = {
region = "garage";
uploadBucketUrl = "https://s3.dgnum.eu";
uploadBucketName = "outline-dgnum";
accessKey = "GKb3aa6f6d6627204e8e53729c";
secretKeyFile = config.age.secrets."outline-storage_secret_key_file".path;
};
storage.storageType = "local";
smtp = {
username = "web-services@infra.dgnum.eu";

View file

@ -90,5 +90,18 @@
id = 253567;
hash = "sha256-aR62vOuTfmJ7MIr3plDcBonQQH2+o2F6z/LAAgcKVHU=";
}
# outline: 0.71.0 -> 0.72.0
{
id = 259252;
hash = "sha256-I1ld+RYKyQQBOmwg6sqR248mrKzV5pzr9RzBhr4J+zw=";
}
# nixos/outline: Add the possibility of using local storage instead of S3
{
id = 259254;
excludes = [ "nixos/doc/manual/*" ];
hash = "sha256-Ybh4iO7kA4w/ITqkbz7MJPIR+Xl4DPfsujV20ueqLSw=";
}
];
}