factorio: Set correct hostname

This commit is contained in:
Erwin Boskma 2024-11-12 20:23:38 +01:00
parent 4800ae998d
commit 7bf0c89a8f
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ inputs: {
factorio = {
config = import ./factorio/configuration.nix inputs;
deploy = {
host = "10.0.0.233";
host = "10.0.0.208";
# host = "factorio.barn-beaver.ts.net";
targetUser = "erwin";
tags = [ "container" ];

View file

@ -37,7 +37,7 @@
system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev;
networking = {
hostName = "read";
hostName = "factorio";
useDHCP = false;
useHostResolvConf = false;
networkmanager.enable = false;