Fixed typos, added autoinstall notes, reworked homelab config
This commit is contained in:
10
profiles/worklab/configuration.nix
Normal file
10
profiles/worklab/configuration.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ userSettings, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../homelab/base.nix
|
||||
( import ../../system/security/sshd.nix {
|
||||
# TODO add public ssh key for worklab
|
||||
authorizedKeys = [ ];
|
||||
inherit userSettings; })
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user