TODO.org: Update TODOs

This commit is contained in:
Collin J. Doering 2023-03-05 22:05:16 -05:00
parent 26d9b8c0ec
commit 53a7edf4bc
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 14 additions and 16 deletions

View File

@ -415,7 +415,7 @@ I'm currently thinking [[id:a4009c1c-a32e-4b73-b0b4-af41d95747d0][radicle]] + [[
The primary goal of this change would to avoid the maintenance and challenges that come along
with running nextcloud.
** DOING Remove user 'collin' configuration (resetting to default) on legacy vms
** DOING Remove user 'collin' configuration (resetting to default) on legacy vms [77%]
- State "DOING" from "TODO" [2023-03-05 Sun 02:37]
On some legacy vm's, I have user configuration that depends on very old packages, taking up
@ -428,16 +428,9 @@ remove old guix generations and unnecessary files in my users home.
- [X] dash0.home.rekahsoft.ca
- [X] prom0.home.rekahsoft.ca
- [ ] ci-runner0.home.rekahsoft.ca
- [ ] ci0.home.rekahsoft.ca
- [ ] git0.home.rekahsoft.ca
Look into issue when running ~guix pull -C /run/current-system/channels.scm~ as my user:
#+begin_src text
Authenticating channel 'guix-machines', commits acaa20d to 239e3b6 (86 new commits)...
guix pull: error: could not authenticate commit acaa20d632da16937508a45ef2cc0083e09bae4c: key F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022 is missing
guix pull -C /run/current-system/channels.scm
#+end_src
- [ ] loki.home.rekahsoft.ca
- [X] ci0.home.rekahsoft.ca
- [X] git0.home.rekahsoft.ca
- [X] loki.home.rekahsoft.ca
*** Process
@ -481,7 +474,7 @@ Run a guix garbage collection.
guix gc
#+end_src
** DOING Rotate ssh-host keys [66%] :home_network:
** DOING Rotate ssh-host keys [77%] :home_network:
DEADLINE: <2023-03-04 Sat>
- State "DOING" from "TODO" [2022-07-02 Sat 23:14]
@ -507,7 +500,7 @@ embedded (afair it does not now - [2022-07-01 Fri]).
- [X] dash0.home.rekahsoft.ca
- [X] prom0.home.rekahsoft.ca
- [ ] ci-runner0.home.rekahsoft.ca
- [ ] ci0.home.rekahsoft.ca
- [X] ci0.home.rekahsoft.ca
- [X] git0.home.rekahsoft.ca
- [X] loki.home.rekahsoft.ca
@ -586,12 +579,17 @@ Either way, this should not be a common occurrence. As root:
sudo rm -r /etc/ssh/host-keys-backup
#+end_src
*** TODO Clean up old generations and the gnu store
Removed unneeded local configuration.
#+begin_src shell
guix pull -l
sudo rm /etc/config.scm{,~}
#+end_src
guix gc
*** Clean up old generations and the gnu store
#+begin_src shell
sudo -i guix pull -d 1m
sudo -i guix gc
#+end_src
*** Problem while attempting to update ~searx0~