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;
|
passwordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keyFiles =
|
users.users.root.openssh.authorizedKeys.keyFiles = cfg.rootKeyFiles ++ defaultRootKeyFiles;
|
||||||
cfg.rootKeyFiles ++ defaultRootKeyFiles;
|
|
||||||
|
|
||||||
services.openssh.extraConfig = ''
|
services.openssh.extraConfig = ''
|
||||||
Banner /etc/ssh/banner-line
|
Banner /etc/ssh/banner-line
|
||||||
|
|
|
@ -8,8 +8,7 @@
|
||||||
../../system/server/netdata.nix
|
../../system/server/netdata.nix
|
||||||
../../system/server/packages.nix
|
../../system/server/packages.nix
|
||||||
|
|
||||||
../../components/network/sshd
|
../../components
|
||||||
../../components/network/tinc
|
|
||||||
|
|
||||||
../../modules
|
../../modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue