diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-09-09 18:50:53 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-09-09 18:50:53 -0400 |
commit | 12857f58c8ce4531b38f43c3db1b6904f6e80623 (patch) | |
tree | 171b1d45d3acad6ce72de1eea95fc141c18c9253 /machines | |
parent | 10d014413e7dad327f0cedaa25368b7b1a6cb7c6 (diff) |
disable some wine stuff
Diffstat (limited to 'machines')
-rw-r--r-- | machines/x220-aji.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/x220-aji.nix b/machines/x220-aji.nix index 3268b0c..19665cd 100644 --- a/machines/x220-aji.nix +++ b/machines/x220-aji.nix @@ -15,8 +15,8 @@ }; environment.systemPackages = with pkgs; [ - my-steam-run - wine + # my-steam-run + # wine ]; networking = { |