Why Nostr? What is Njump?
2025-04-09 11:32:51
in reply to

Awiteb on Nostr: Thanks. It's easy to enable them. ```nix # Automatic Garbage Collection nix.gc = { ...

Thanks. It's easy to enable them.

```nix
# Automatic Garbage Collection
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
```

And

```nix
# Auto system update
system.autoUpgrade = {
enable = true;
};
```
Author Public Key
npub1qqqqqq2stely3ynsgm5mh2nj3v0nk5gjyl3zqrzh34hxhvx806usxmln03