diff --git a/hosts/iolear-beag.nix b/hosts/iolear-beag.nix index d0d82d7..431c000 100644 --- a/hosts/iolear-beag.nix +++ b/hosts/iolear-beag.nix @@ -7,6 +7,7 @@ [ ../hardware/lenovo_x201.nix ../profiles/desktop_common.nix + ../profiles/wine.nix ]; # Use the GRUB 2 boot loader. @@ -14,7 +15,7 @@ boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; - deployment.targetHost = "10.42.0.121"; + deployment.targetHost = "10.42.0.116"; networking.hostName = "iolear-beag"; # Define your hostname. system.stateVersion = "18.09"; # The version of NixOS originally installed