diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 23:30:30 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 23:30:30 -0700 |
| commit | 349ce5d074cb774913d458b27a45ae2053dd935f (patch) | |
| tree | 9910a61911159a7dbfc833ccb4c4028349d3a725 /systems/x86_64-linux/copenhagen | |
| parent | f02af8347fefdf4df4812fc33825bf707962fcd9 (diff) | |
copenhagen: status server
Diffstat (limited to 'systems/x86_64-linux/copenhagen')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index 769af44..0bf108d 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -28,6 +28,7 @@ with lib; with lib.${namespace}; { landing.enable = true; images.enable = true; stargazers.enable = true; + status.enable = true; }; minecraft = { |