]> Git — Sourcephile - sourcephile-nix.git/blob - hosts/losurdo/zerobin.nix
nginx: /dev/shm/nginx is removed by something and /var/cache/nginx/ filled by something
[sourcephile-nix.git] / hosts / losurdo / zerobin.nix
1 { pkgs, lib, config, hostName, ... }:
2 {
3 services.zerobin = {
4 enable = true;
5 };
6 }