Alexander Heldt d04c1df372 pinwheel: Map meta-c to comment code in emacs
To accomodate for the fact that the original `C-x C-;` cannot be sent
with escape sequences
2023-11-05 20:39:59 +01:00
2023-11-02 09:54:05 +01:00

config-manager

./config-manager is a module that contains a script to make usage of this flake easier.

To install it

  1. first add the module to the nixOS system connfiguration
  2. set config-manager.flakePath = <path to this flake>
  3. run nixos-rebuild switch --flake .#<configuration> after that cm will be available on $PATH.

Secrets

Secrets are managed by agenix (https://github.com/ryantm/agenix).

Creating new secrets

  1. Update secrets/secrets.nix with the new secret.

  2. When inside ./secrets:

EDITOR=vim agenix -e "some-secret.age"

This will create a new secret. To view its content one can do:

EDITOR=vim agenix -d "some-secret.age" -i ~/.ssh/alex.pinwheel

Or use some other SSH key that is has been used to key the secret.

Description
No description provided
Readme 2.5 MiB
Languages
Nix 93.8%
Shell 6.2%