diff --git a/hosts/gpdPocket3/configuration.nix b/hosts/gpdPocket3/configuration.nix index b65395d5..1c029261 100644 --- a/hosts/gpdPocket3/configuration.nix +++ b/hosts/gpdPocket3/configuration.nix @@ -24,6 +24,7 @@ tty_caps_esc.enable = true; docker.enable = true; fonts.enable = true; + stormd.enable = true; nebula.enable = true; ssh.enable = true; }; diff --git a/hosts/h002/configuration.nix b/hosts/h002/configuration.nix index cc5070b0..2de17350 100644 --- a/hosts/h002/configuration.nix +++ b/hosts/h002/configuration.nix @@ -21,6 +21,7 @@ neovim.enable = true; tty_caps_esc.enable = true; docker.enable = true; + stormd.enable = true; nebula.enable = true; ssh.enable = true; };