This commit is contained in:
2025-08-03 20:35:48 +02:00
parent ffc78043e6
commit 2ddffc74c9
17 changed files with 476 additions and 333 deletions

View File

@@ -1,6 +1,14 @@
{ config, pkgs, agenix, secrets, ... }:
{
config,
pkgs,
agenix,
secrets,
...
}:
let user = "cschmatzler"; in
let
user = "cschmatzler";
in
{
age.identityPaths = [
"/Users/${user}/.ssh/id_ed25519"