diff --git a/machines/compute01/outline.nix b/machines/compute01/outline.nix index ef8ce6c..a1c7117 100644 --- a/machines/compute01/outline.nix +++ b/machines/compute01/outline.nix @@ -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"; diff --git a/patches/default.nix b/patches/default.nix index db95192..e72220b 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -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="; + } ]; }