create gateway profile by extracting from rotuer example

This commit is contained in:
Daniel Barlow
2024-03-18 00:05:43 +00:00
parent 0a820a702a
commit 9263b21faa
4 changed files with 235 additions and 151 deletions

View File

@@ -40,7 +40,6 @@ in {
../network
../hostapd
../bridge
../ssh
{ config.services = hostaps; }
];
@@ -54,7 +53,6 @@ in {
};
};
config = {
services.sshd = svc.ssh.build {};
services.int = svc.bridge.primary.build {
ifname = "int";