From 848ba0e634510a067e5e07198093230ef7763b35 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Mon, 17 Aug 2020 21:37:22 +0000 Subject: [PATCH] starlight: get SSH to work --- private | 2 +- ssh.nix => services/ssh.nix | 0 system/starlight/default.nix | 7 ++++++- 3 files changed, 7 insertions(+), 2 deletions(-) rename ssh.nix => services/ssh.nix (100%) diff --git a/private b/private index 10cccfe..3438df0 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 10cccfe58990e339b84bec15747062ae6e824550 +Subproject commit 3438df01384ba25989ad720b2b703acf408ad949 diff --git a/ssh.nix b/services/ssh.nix similarity index 100% rename from ssh.nix rename to services/ssh.nix diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 6ca863b..5cf180c 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -1,7 +1,12 @@ { config, pkgs, ... }: { - imports = [ ./boot-config.nix ./hardware-configuration.nix ]; + imports = [ + ./boot-config.nix + ./hardware-configuration.nix + ../../services/ssh.nix + ../../private/starlight.nix + ]; networking.hostName = "starlight";