factorio-headless: removed from main PC since the server is now running
This commit is contained in:
parent
b7b1c86262
commit
2465370cec
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue