move wifi to components

This commit is contained in:
Ingolf Wagner 2023-06-01 11:44:02 +02:00
parent 827215d700
commit 4ea7710714
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -8,8 +8,7 @@
../../system/server/netdata.nix
../../system/server/packages.nix
../../components/network/sshd
../../components/network/tinc
../../components
../../modules