add stormd bin as command
This commit is contained in:
parent
8f5d3dc5af
commit
f9d15a5c83
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue