1
0
Fork 0

modules/cluster: add damon

This commit is contained in:
Astro 2022-07-12 01:16:46 +02:00
parent 0af1d41e0a
commit b310506e98
1 changed files with 5 additions and 0 deletions

View File

@ -79,4 +79,9 @@ in {
};
};
};
environment.systemPackages = with pkgs; [
# nomad frontends
damon
];
}