diff options
Diffstat (limited to 'configs/default.nix')
-rw-r--r-- | configs/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/default.nix b/configs/default.nix new file mode 100644 index 0000000..7d65206 --- /dev/null +++ b/configs/default.nix @@ -0,0 +1,10 @@ +{ ... }: +# TODO `fysiweb` should import config +# +# `config/default.nix` should automatically be imported by all systems through +# `fysiweb deploy`, if it exists. +{ + users.users.root.openssh.authorizedKeys.keyFiles = [ + ../public/aforemny.id_rsa.pub + ]; +} |