From 6a11a39b5eb6b1ea94138bf134db750db2745524 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 15 Apr 2023 03:14:27 +0300 Subject: [PATCH] persist winbox folder --- machines/AMD-Workstation/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/AMD-Workstation/default.nix b/machines/AMD-Workstation/default.nix index c0fab21..33d5c8b 100644 --- a/machines/AMD-Workstation/default.nix +++ b/machines/AMD-Workstation/default.nix @@ -94,6 +94,10 @@ home.stateVersion = "23.05"; }; + persist.state.homeDirectories = [ + ".local/share/winbox" + ]; + system.stateVersion = "23.05"; # VFIO Passthough