summaryrefslogtreecommitdiffstats
path: root/1systems/x/config.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/x/config.nix')
-rw-r--r--1systems/x/config.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/1systems/x/config.nix b/1systems/x/config.nix
index 2835117c6..18722dc3d 100644
--- a/1systems/x/config.nix
+++ b/1systems/x/config.nix
@@ -37,11 +37,14 @@
../../2configs/editor/neovim
../../2configs/tools/all.nix
{ programs.adb.enable = true; }
- {
- services.openssh.hostKeys = [
- { bits = 4096; path = (toString <secrets/ssh_host_rsa_key>); type = "rsa";}
- ];
- }
+
+ # secrets: now deployed once at host provisioning
+ { state = [ "/etc/ssh/ssh_host_rsa_key" ]; }
+ #{
+ # services.openssh.hostKeys = [
+ # { bits = 4096; path = (toString <secrets/ssh_host_rsa_key>); type = "rsa";}
+ # ];
+ #}
#{
# imports = [
# ../../2configs/bureautomation/rhasspy.nix