iolear-beag: added wine
This commit is contained in:
parent
7c723448ce
commit
93d315cafd
|
@ -7,6 +7,7 @@
|
||||||
[
|
[
|
||||||
../hardware/lenovo_x201.nix
|
../hardware/lenovo_x201.nix
|
||||||
../profiles/desktop_common.nix
|
../profiles/desktop_common.nix
|
||||||
|
../profiles/wine.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
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.
|
networking.hostName = "iolear-beag"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||||
|
|
Loading…
Reference in a new issue