test change Colmena
This commit is contained in:
parent
16c4e77524
commit
79504da0a5
5 changed files with 37 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue