starlight: get SSH to work
This commit is contained in:
parent
edd52e9c25
commit
848ba0e634
2
private
2
private
|
@ -1 +1 @@
|
||||||
Subproject commit 10cccfe58990e339b84bec15747062ae6e824550
|
Subproject commit 3438df01384ba25989ad720b2b703acf408ad949
|
|
@ -1,7 +1,12 @@
|
||||||
{ config, pkgs, ... }:
|
{ 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";
|
networking.hostName = "starlight";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue