From 0a0a4e6826333125237bc8c4ba99e4a4105515e6 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 20 Dec 2024 01:39:15 -0600 Subject: [PATCH] enable stormd --- hosts/oren/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oren/configuration.nix b/hosts/oren/configuration.nix index 3cfe055..b38eb59 100644 --- a/hosts/oren/configuration.nix +++ b/hosts/oren/configuration.nix @@ -18,7 +18,7 @@ tty_caps_esc.enable = true; docker.enable = true; fonts.enable = true; - # stormd.enable = true; + stormd.enable = true; nebula.enable = true; ssh.enable = true; # rustdesk.enable = true;