From 8c3f7e7c20670f01ab9f9ff08638cc896c47ca59 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 22 Nov 2025 01:07:53 +0200 Subject: [PATCH] Corrected: wine in box instead of puter --- hosts/box/default.nix | 1 - hosts/puter/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 66deac3..a411a0a 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -15,7 +15,6 @@ ../../modules/raspberrypi.nix ../../modules/common/networking.nix ../../modules/common/shell.nix - ../../modules/common/wine.nix ./user.nix ]; networking.hostName = "box"; diff --git a/hosts/puter/default.nix b/hosts/puter/default.nix index fb65035..043791c 100644 --- a/hosts/puter/default.nix +++ b/hosts/puter/default.nix @@ -18,7 +18,7 @@ ../../modules/common/networking.nix ../../modules/common/shell.nix ../../modules/common/security.nix - #../../modules/common/wine.nix + ../../modules/common/wine.nix ../../modules/common/libvirt.nix ../../modules/common/keyd.nix ];