Compare commits

..

13 commits

Author SHA1 Message Date
ac6dc34a51 WIP: ADD NOTE FOR FUTURE SELF
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-11-03 18:00:29 +00:00
5b415ba203 WIP: 'enableJujutsuIntegration' note 2025-11-03 18:00:29 +00:00
2501050af6 home: jujutsu: set 'home.diff-editor'
Otherwise it keeps nagging me with a hint to set it.

I'm not a big fan of this UI, I wish I add something closer to Git's
patch interface.
2025-11-03 18:00:29 +00:00
d042c7586d homes: mousqueton: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-11-03 18:00:29 +00:00
8b4ef50d85 homes: bazin: use system jujutsu
They have a custom `jj` with Piper CitC integration.
2025-11-03 18:00:29 +00:00
6388b71864 home: jujutsu: simplify 'jj jj' alias 2025-11-03 18:00:28 +00:00
14c515ab5d home: jujutsu: explicitly create 'conf.d'
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-11-03 18:00:28 +00:00
aa76e6c7d0 home: jj: use verbose draft commit messages 2025-11-03 18:00:28 +00:00
537d80e943 home: delta: add 'jujutsu.enable' 2025-11-03 18:00:28 +00:00
ce99217b28 home: add jujutsu
This is a very basic configuration, still missing most bells and
whistles.
2025-11-03 18:00:28 +00:00
84f988f3da home: vim: ftdetect: remove glsl
GLSL is now correctly detected starting with v0.11.

This reverts commit b8b64bed8e.
2025-11-03 18:00:28 +00:00
def92ac336 home: vim: do not set 'background' explicitly
Rely on the new behaviour from v0.10 which detects it more
intelligently.
2025-11-03 18:00:28 +00:00
983bf0f764 nixos: services: nextcloud: bump to 32
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-11-03 17:22:29 +01:00

View file

@ -35,7 +35,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud31; package = pkgs.nextcloud32;
hostName = "nextcloud.${config.networking.domain}"; hostName = "nextcloud.${config.networking.domain}";
home = "/var/lib/nextcloud"; home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize; maxUploadSize = cfg.maxSize;