clean on boot, limit journald, and precreate forgejo user

This commit is contained in:
Lewis Wynne 2026-04-29 14:00:43 +01:00
parent 5092d1bc8b
commit f16a512252
2 changed files with 16 additions and 4 deletions

View file

@ -52,11 +52,15 @@
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
environment.systemPackages = with pkgs; [
nodejs
pnpm
sqlite
];
boot.tmp.cleanOnBoot = true;
services.journald.extraConfig = ''
SystemMaxUse=500M
'';
services.caddy.enable = true;
services.caddy.email = "lew@ily.rs";