Fix: Add missing sys.dockerData for fighter

This commit is contained in:
Joey Hafner 2025-01-31 11:25:49 -08:00
parent 4b2126152e
commit 45a74fdf06
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -238,6 +238,7 @@
hostname = "fighter";
authorizedKeys = jafnerKeys;
shellPackage = "bash";
dockerData = "/home/admin/data";
};
system = "x86_64-linux";
pkgs = import inputs.nixpkgs {