add stormd bin as command

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-11-26 19:28:50 -06:00
parent 8f5d3dc5af
commit f9d15a5c83

View file

@ -21,6 +21,10 @@ in
imports = [ ringofstorms-stormd.nixosModules.${settings.system.system} ];
config = mkIf cfg.enable {
environment.systemPackages = [
ringofstorms-stormd.packages.${settings.system.system}.stormd
];
services.stormd = {
enable = true;
nebulaPackage = pkgs.nebula;