- apiVersion: batch/v1
- kind: Job
- metadata:
- name: guix-deploy
- spec:
- template:
- spec:
- containers:
- - name: nsenter
- env:
- - name: GUIX_DEPLOY_FILE
- value: dotfiles/guixsd/deploy-vm-guix-datavolume.scm
- metadata:
- annotations:
- guix-default-channel-commit: de6cc422
|