factorio: Set correct hostname
This commit is contained in:
parent
4800ae998d
commit
7bf0c89a8f
2 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue