added satisfactory server to flake

This commit is contained in:
Gabriella Bere 2024-09-13 15:14:45 +01:00
parent a6aa3085e0
commit 16ca8d5bac
4 changed files with 54 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }: {
services.satisfactory = {
enable = true;
openFirewall = true;
};
}