initial server wifi ap config
This commit is contained in:
parent
c05472f419
commit
a5f49c10bd
2 changed files with 15 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./access-point.nix
|
||||
];
|
||||
|
||||
# Allow ssh access
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue