mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref: merged nixos and macOS configuration
This commit is contained in:
parent
76632a9d1c
commit
fcba199e19
21 changed files with 35 additions and 12 deletions
17
nix/hosts/nixie/age.nix
Normal file
17
nix/hosts/nixie/age.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ ... }: {
|
||||
|
||||
age = {
|
||||
identityPaths = [ "/home/leana/.ssh/id_ed25519" ];
|
||||
secrets.sshconcfig = {
|
||||
file = ../../secrets/sshconfig.age;
|
||||
path = "/home/leana/.ssh/config";
|
||||
mode = "644";
|
||||
owner = "leana";
|
||||
};
|
||||
secrets.truenas_smb.file = ../../secrets/truenas_smb.age;
|
||||
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