]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/radicle.nix
aubergine: pixiecore: not sure if iPXE works as fast as it could, but it does boot...
[julm/julm-nix.git] / home-manager / profiles / radicle.nix
1 {
2 services.radicle = {
3 node = {
4 enable = true;
5 lazy = {
6 enable = true;
7 exitIdleTime = "10min";
8 };
9 };
10 };
11 }