From 59b9bf48851f85de8844d888de6c82dcfb4df5fa Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 14 Feb 2024 09:23:20 +0100 Subject: deploy system1 --- configs/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/default.nix (limited to 'configs/default.nix') 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 + ]; +} -- cgit v1.2.3