mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 11:05:23 -05:00
Added AP config
This commit is contained in:
parent
14b172fa24
commit
b08dcb9298
1 changed files with 10 additions and 0 deletions
|
|
@ -44,6 +44,16 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
services.openssh.enable = true;
|
||||
services.flatpak.enable = false;
|
||||
docker.enable = true;
|
||||
|
||||
services.create_ap = {
|
||||
enable = true;
|
||||
settings = {
|
||||
INTERFACE_IFACE = "eno0";
|
||||
WIFI_IFACE = "wlp2s0";
|
||||
SSID = "Bambu Printer";
|
||||
PASSPHRASE = "2194824948";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue