[Unit] Description=Ensure nix-toolbox container is available for this user After=network-online.target Wants=network-online.target [Service] Type=oneshot ExecStart=/usr/bin/nix-toolbox-ensure RemainAfterExit=yes Restart=on-failure RestartSec=10 [Install] WantedBy=default.target