mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Fix secrets.nix
This commit is contained in:
parent
01d8655b0b
commit
1df34f4f00
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
let
|
||||
keys =
|
||||
(import ../users/config.nix).users.ssrid.sshKeys
|
||||
(import ../users/config.nix).users.srid.sshKeys
|
||||
++ [
|
||||
(import ../systems/hetzner/ax41.info.nix).hostKeyPub
|
||||
(import ../systems/hetzner/ax101.info.nix).hostKeyPub
|
||||
];
|
||||
in
|
||||
# How I rekey on macOS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue