diff --git a/hosts/gpdPocket3/configuration.nix b/hosts/gpdPocket3/configuration.nix index b65395d..1c02926 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 cc5070b..2de1735 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; };