mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
add: sshconfig
This commit is contained in:
parent
765c7b9d3a
commit
06c5939c46
4 changed files with 17 additions and 0 deletions
8
nix/hosts/thinkpad/age.nix
Normal file
8
nix/hosts/thinkpad/age.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
age.secrets.sshconcfig = {
|
||||
file = ../../secrets/sshconfig.age;
|
||||
path = "/home/leana/.ssh/config";
|
||||
mode = "644";
|
||||
owner = "leana";
|
||||
};
|
||||
}
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
./age.nix
|
||||
./battery.nix
|
||||
./gui.nix
|
||||
./locale.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue