move wifi to components
This commit is contained in:
parent
827215d700
commit
4ea7710714
2 changed files with 2 additions and 4 deletions
|
@ -44,8 +44,7 @@ in
|
|||
passwordAuthentication = false;
|
||||
};
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keyFiles =
|
||||
cfg.rootKeyFiles ++ defaultRootKeyFiles;
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = cfg.rootKeyFiles ++ defaultRootKeyFiles;
|
||||
|
||||
services.openssh.extraConfig = ''
|
||||
Banner /etc/ssh/banner-line
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
../../system/server/netdata.nix
|
||||
../../system/server/packages.nix
|
||||
|
||||
../../components/network/sshd
|
||||
../../components/network/tinc
|
||||
../../components
|
||||
|
||||
../../modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue