diff options
| author | Max Audron <audron@cocaine.farm> | 2024-07-03 17:36:58 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-07-03 17:36:58 +0200 |
| commit | 871ff4ee580eab18097c0fc54ede784bba43c259 (patch) | |
| tree | 81feda61e14f995086892bc153719773f5e0b862 /modules/games/default.nix | |
| parent | add rtmp and laplace (diff) | |
add acc server
Diffstat (limited to 'modules/games/default.nix')
| -rw-r--r-- | modules/games/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/games/default.nix b/modules/games/default.nix index 5d7fcef..952f69a 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: { - imports = [ ./palworld.nix ]; + imports = [ ./palworld.nix ./acc.nix ]; services.factorio = { enable = true; |
