From a88113f2303408ee56465fa1a058c84d257d5749 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 14 Oct 2024 03:58:21 -0500 Subject: [PATCH] stormd --- hosts/gpdPocket3/configuration.nix | 1 + hosts/h002/configuration.nix | 1 + 2 files changed, 2 insertions(+) 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; };