1
0
forked from c3d2/nix-config

modules/cluster: add damon

This commit is contained in:
Astro 2022-07-12 01:16:46 +02:00
parent 0af1d41e0a
commit b310506e98

View File

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