moved specifics
This commit is contained in:
@@ -16,7 +16,10 @@ in
|
|||||||
nixos.login-text
|
nixos.login-text
|
||||||
{
|
{
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
step-ssh-host.hostname = hostname;
|
step-ssh-host = {
|
||||||
|
hostname = hostname;
|
||||||
|
caURL = "https://janus.john-stream.com/";
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users."${username}" = {
|
home-manager.users."${username}" = {
|
||||||
imports = with inputs.self.modules.homeManager; [
|
imports = with inputs.self.modules.homeManager; [
|
||||||
|
|||||||
@@ -1,9 +1,4 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }: {
|
||||||
let
|
|
||||||
caURL = "https://janus.john-stream.com/";
|
|
||||||
stepFingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
flake.modules.nixos.step-ssh-host = { config, pkgs, lib, ... }:
|
flake.modules.nixos.step-ssh-host = { config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.step-ssh-host;
|
cfg = config.step-ssh-host;
|
||||||
|
|||||||
Reference in New Issue
Block a user