Commit Graph

8 Commits

Author SHA1 Message Date
Leonardo Eugênio 35e0704b82 agenix: fix secrets not being opened on boot
Agenix runs before some partitions are mounted,
one option is to mark those partitions are need for boot:

{
  fileSystems."/home".neededForBoot = true;
}

I choose to copy my ssh key to the root user's HOME,
which is not in a separate partition.
2024-02-02 21:03:34 -03:00
Leonardo Eugênio b00b4e322f ghost: split secrets for server and local 2023-10-22 14:55:39 -03:00
Leonardo Eugênio eb3eca98c4 ghost: enabled writefreely 2023-10-16 10:15:19 -03:00
Leonardo Eugênio 9c1709c039 hosts: add ghost 2023-10-14 16:30:51 -03:00
Leonardo Eugênio ab8b3d4a87 Add nix gitlab runner 2023-02-24 12:37:35 -03:00
lelgenio 18357e7779 monolith: fix nix serve 2023-01-25 14:02:44 -03:00
lelgenio ba90b2a1ce gitlab: use rainbow as a runner 2023-01-12 15:10:48 -03:00
Leonardo Eugênio b6872b1694 Secrets: add agenix config 2022-12-23 11:22:58 -03:00