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