disable factorio server for now and make sure that the bluetooth headset stays on the right profile

This commit is contained in:
Christoph Hollizeck 2024-04-21 14:22:54 +02:00
parent 50677dc441
commit fbbc59c2c2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 23 additions and 8 deletions

View file

@ -16,14 +16,17 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ factorio-headless-experimental ];
environment.systemPackages = with pkgs; [ factorio-headless ];
services.factorio = {
enable = true;
openFirewall = true;
public = true;
lan = true;
bind = "[::]";
admins = [
"DaHolli"
"Galbrain"
];
nonBlockingSaving = true;
autosave-interval = 5;
loadLatestSave = true;
@ -31,6 +34,8 @@ in
token = "4d4624ca9a23396e1955c1b4b364ff";
game-name = "Alles Nix!";
game-password = "1234";
saveName = "Vanilla";
bind = "192.168.178.34";
};
};
}