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 06ee2156c5
commit 02f3fdcf30
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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 = {