nix-config/modules/nixos
Bruno BELANYI 8f120e2129
All checks were successful
ci/woodpecker/push/check Pipeline was successful
nixos: services: lohr: fix SSH key creation
In the migration to `tmpfiles.d(5)`, I used the wrong type of file.

Using `f` would write the path to the file as its content, rather than
copy it. Unfortunately `C` and `C+` do not overwrite an existing file,
so using a symlink it the correct solution here.

This means the SSH key file must have `lohr` as an owner... Perhaps I
should make it so the service can read the file itself, rather than
rely on the filesystem location, so that I don't have to contort myself
quite so much to make it work.
2024-04-02 12:25:34 +02:00
..
hardware flake: bump inputs 2024-02-29 12:20:53 +00:00
home home: create 'modules/home' folder 2023-11-11 18:12:05 +00:00
profiles nixos: hardware: rename 'trackball' 2024-02-06 15:08:19 +00:00
programs nixos: create 'modules/nixos' folder 2023-11-11 18:11:52 +00:00
secrets nixos: create 'modules/nixos' folder 2023-11-11 18:11:52 +00:00
services nixos: services: lohr: fix SSH key creation 2024-04-02 12:25:34 +02:00
system nixos: system: nix: expand trusted users 2024-03-05 12:43:22 +00:00
default.nix nixos: profiles: move from top-level 2023-11-11 18:12:05 +00:00