diff options
author | Alan Pearce | 2023-07-17 19:13:32 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-17 19:13:32 +0200 |
commit | 02f428fd54612d9524a08245bc76f3157a49c994 (patch) | |
tree | f6d4974973fa52928c7011dbc6ae730226a50be4 /user | |
parent | 45fc92eca5278aac40e472b903ac34ced76fdd9c (diff) | |
download | nixfiles-02f428fd54612d9524a08245bc76f3157a49c994.tar.lz nixfiles-02f428fd54612d9524a08245bc76f3157a49c994.tar.zst nixfiles-02f428fd54612d9524a08245bc76f3157a49c994.zip |
nanopi: Reduce need to re-unlock SSH key
Diffstat (limited to 'user')
-rw-r--r-- | user/nanopi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix index 35bd903f..ac0b938a 100644 --- a/user/nanopi.nix +++ b/user/nanopi.nix @@ -8,6 +8,7 @@ ./settings/nix.nix ./settings/nixos.nix ./settings/music-management.nix + ./settings/ssh.nix ./settings/zsh.nix ]; home = { |