Compare commits

...

2 Commits

2 changed files with 26 additions and 11 deletions

View File

@ -1203,18 +1203,33 @@ DEADLINE: <2023-03-31 Fri>
- State "DOING" from "TODO" [2023-03-28 Tue 20:07]
- [X] Manual
- [X] [[file:./.guix/rekahsoft/guix-config/manual/laptop-lenovo-t480s.scm]]
- [-] VMs [23%]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/ci0-home-rekahsoft-ca.scm]]
- [-] VMs [92%]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/ci0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/ci-runner0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/cloud0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/dash0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/git0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/grocy0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/cloud0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/dash0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/git0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/grocy0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/loki-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/my0-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/postgres-home-rekahsoft-ca.scm]]
- [ ] [[file:./.guix/rekahsoft/guix-config/vms/prom0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/my0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/postgres-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/prom0-home-rekahsoft-ca.scm]]
This ~guix deploy~ of prom0 had an odd failure:
#+begin_src text
guix deploy: error: failed to deploy prom0: failed to install bootloader on 'prom0.home.rekahsoft.ca':
system-error "rename-file" "~A" ("No such file or directory") (2)
#+end_src
Even more curious, a new generation was created 😕 despite ~guix deploy~ exiting with an
error.
I followed up by running anther ~guix deploy~, which succeeded (and also created a new
generation). I decided I would also delete the generation that was created (but where the
bootloader was not correctly installed (though I'm not exactly sure what this actually
means)).
- [X] [[file:./.guix/rekahsoft/guix-config/vms/searx0-home-rekahsoft-ca.scm]]
- [X] [[file:./.guix/rekahsoft/guix-config/vms/vault0-home-rekahsoft-ca.scm]]

View File

@ -7,7 +7,7 @@
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
(host-name "prom0.home.rekahsoft.ca")
(host-key "TODO")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeRGcJWB3ilkKKOT+8e0TqyP4YRQ8jRB4spiOzdnl5N root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key")