This commit is contained in:
John Lancaster
2026-07-05 11:26:36 -05:00
parent 73f5df1832
commit fa29ce93f4
9 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
{ inputs, ... }:
let
userName = "john";
sshHostCAPubKeyPath = ../hosts/janus/ssh_host_ca_key.pub;
sshHostCAPubKeyPath = ../hosts/janus/public/ssh_host_ca_key.pub;
in
{
flake.modules.nixos.ssh = { config, pkgs, lib, ... }: