mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: tucked away hosts
This commit is contained in:
parent
f573e1a1a9
commit
32eafdd5fe
16 changed files with 2 additions and 3 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
age = {
|
||||
identityPaths = [ "/home/leana/.ssh/id_ed25519" ];
|
||||
secrets.sshconcfig = {
|
||||
file = ../../secrets/sshconfig.age;
|
||||
path = "/home/leana/.ssh/config";
|
||||
mode = "644";
|
||||
owner = "leana";
|
||||
};
|
||||
secrets.wpa_password.file = ../../secrets/wpa_password.age;
|
||||
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