factorio-headless: removed from main PC since the server is now running

This commit is contained in:
Christoph Hollizeck 2024-11-05 09:27:46 +01:00
parent b7b1c86262
commit 2465370cec
Signed by: Daholli
GPG key ID: 1763BB530F50279E

View file

@ -5,7 +5,7 @@
...
}:
let
inherit (lib.${namespace}) enabled;
inherit (lib.${namespace}) enabled disabled;
in
{
imports = [ ./hardware.nix ];
@ -79,7 +79,7 @@ in
};
services = {
factorio-server = enabled;
factorio-server = disabled;
};
system = {