aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/wifi-spt.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-06-06 22:11:50 +0200
committerKarel Kočí <cynerd@email.cz>2024-06-06 22:11:50 +0200
commit993a2c5512f7757c45d7ff802065b899cb898b0c (patch)
tree1fd5278c8566270331a9f297d02440f2857d5ced /nixos/modules/wifi-spt.nix
parente421b3e1543ea63c7ce530332c3371d7a70d03b0 (diff)
downloadnixos-personal-993a2c5512f7757c45d7ff802065b899cb898b0c.tar.gz
nixos-personal-993a2c5512f7757c45d7ff802065b899cb898b0c.tar.bz2
nixos-personal-993a2c5512f7757c45d7ff802065b899cb898b0c.zip
Update and change configuration to fix warnings
Diffstat (limited to 'nixos/modules/wifi-spt.nix')
-rw-r--r--nixos/modules/wifi-spt.nix16
1 files changed, 4 insertions, 12 deletions
diff --git a/nixos/modules/wifi-spt.nix b/nixos/modules/wifi-spt.nix
index 669439d..2ecc3a3 100644
--- a/nixos/modules/wifi-spt.nix
+++ b/nixos/modules/wifi-spt.nix
@@ -130,10 +130,8 @@ in {
networkConfig.Bridge = "brlan";
bridgeVLANs = [
{
- bridgeVLANConfig = {
- EgressUntagged = 1;
- PVID = 1;
- };
+ EgressUntagged = 1;
+ PVID = 1;
}
];
};
@@ -142,10 +140,8 @@ in {
# networkConfig.Bridge = "brlan";
# bridgeVLANs = [
# {
- # bridgeVLANConfig = {
# EgressUntagged = 2;
# PVID = 2;
- # };
# }
# ];
#};
@@ -159,10 +155,8 @@ in {
networkConfig.Bridge = "brlan";
bridgeVLANs = [
{
- bridgeVLANConfig = {
- EgressUntagged = 1;
- PVID = 1;
- };
+ EgressUntagged = 1;
+ PVID = 1;
}
];
};
@@ -171,10 +165,8 @@ in {
# networkConfig.Bridge = "brlan";
# bridgeVLANs = [
# {
- # bridgeVLANConfig = {
# EgressUntagged = 2;
# PVID = 2;
- # };
# }
# ];
#};