diff --git a/hosts/stroopwafel/persistence.nix b/hosts/stroopwafel/persistence.nix index 544501c..11ec76f 100644 --- a/hosts/stroopwafel/persistence.nix +++ b/hosts/stroopwafel/persistence.nix @@ -6,6 +6,7 @@ systemd.tmpfiles.rules = [ "L /var/lib/bluetooth - - - - /persist/var/lib/bluetooth" + "L /var/lib/docker - - - - /persist/var/lib/docker" ]; services.openssh = {