diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-11-18 17:40:18 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-11-18 17:40:18 -0800 |
| commit | 03f71af7562445b2ba6538f167375a96f0c6fe6c (patch) | |
| tree | 7276de807efb2baee78fdfa8f8c6caab12ca1c6f /systems/x86_64-linux/copenhagen/default.nix | |
| parent | 7005f19a913a833a479af887610165d430529f81 (diff) | |
satisfactory: basic satisfactory server
Diffstat (limited to 'systems/x86_64-linux/copenhagen/default.nix')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index 7b342a1..fffc729 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -48,6 +48,10 @@ with lib; with lib.${namespace}; { port = 25569; }; }; + + satisfactory = { + enable = true; + }; }; }; |