test change Colmena

This commit is contained in:
Emile Clark-Boman 2025-02-12 20:03:33 +10:00
parent 16c4e77524
commit 79504da0a5
5 changed files with 37 additions and 7 deletions

View file

@ -104,6 +104,8 @@
# (all we need is hyrule, everything else is through wishlist)
ssh = {
enable = true;
addKeysToAgent = "yes"; # always add keys to ssh-agent
matchBlocks = {
hyrule = {
hostname = "imbored.dev";
@ -145,6 +147,9 @@
*/
};
# enable OpenSSH private key agent
services.ssh-agent.enable = true;
# ----- SERVICES -----
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";