mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-22 02:04:35 +05:30
10 lines
211 B
Nix
10 lines
211 B
Nix
{ userSettings, ... }:
|
|
|
|
{
|
|
imports = [ ../homelab/base.nix
|
|
( import ../../system/security/sshd.nix {
|
|
authorizedKeys = [];
|
|
inherit userSettings; })
|
|
];
|
|
}
|