aboutsummaryrefslogtreecommitdiffstats
path: root/configs/default.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-14 09:23:20 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-19 05:19:20 +0100
commit59b9bf48851f85de8844d888de6c82dcfb4df5fa (patch)
treec78f38ab6c649222d98b4424a3844fcb2503a9f4 /configs/default.nix
parent7e88fb2b26ba2c1a3aeaaaa21fe839f1a43bcc8b (diff)
deploy system1
Diffstat (limited to 'configs/default.nix')
-rw-r--r--configs/default.nix10
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
+ ];
+}