Manage github ssh-keys with sops

This commit is contained in:
SebastianStork 2024-07-05 15:04:57 +02:00
parent c1cba95e02
commit ae4a2e5b72
10 changed files with 92 additions and 11 deletions

View file

@ -58,7 +58,7 @@
};
modules = [
./hosts/north
"${self}/users/seb/@north.nix"
"${self}/users/seb/@north"
];
};
inspiron = nixpkgs.lib.nixosSystem {
@ -67,7 +67,7 @@
};
modules = [
./hosts/inspiron
"${self}/users/seb/@inspiron.nix"
"${self}/users/seb/@inspiron"
];
};
};