This commit is contained in:
Christoph Schmatzler
2025-08-13 08:25:17 +02:00
parent fc6bf69f00
commit 7e219a4f79
10 changed files with 68 additions and 36 deletions

View File

@@ -37,6 +37,7 @@
};
home-manager = {
useGlobalPkgs = true;
users.${user} = {
pkgs,
config,

View File

@@ -1,5 +1 @@
{user, ...}: {
age.identityPaths = [
"/Users/${user}/.ssh/id_ed25519"
];
}
{user, ...}: {}