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 9940376054
commit c06723f7ec
Signed by: Daholli
GPG key ID: 1763BB530F50279E

View file

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