clean on boot, limit journald, and precreate forgejo user
This commit is contained in:
parent
5092d1bc8b
commit
f16a512252
2 changed files with 16 additions and 4 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue