mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref: nix
This commit is contained in:
parent
bc479e1cac
commit
78a82fbe18
20 changed files with 282 additions and 224 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ ... }: {
|
||||
|
||||
{...}: {
|
||||
age = {
|
||||
identityPaths = [ "/home/leana/.ssh/id_ed25519" ];
|
||||
identityPaths = ["/home/leana/.ssh/id_ed25519"];
|
||||
secrets.sshconcfig = {
|
||||
file = ../../secrets/sshconfig.age;
|
||||
path = "/home/leana/.ssh/config";
|
||||
|
|
@ -13,5 +12,4 @@
|
|||
secrets.wireguard_priv.file = ../../secrets/wireguard_priv.age;
|
||||
secrets.wireguard_psk.file = ../../secrets/wireguard_psk.age;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue