aboutsummaryrefslogtreecommitdiff
path: root/nixos/configurations/spt-omnia.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/configurations/spt-omnia.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/configurations/spt-omnia.nix')
-rw-r--r--nixos/configurations/spt-omnia.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/nixos/configurations/spt-omnia.nix b/nixos/configurations/spt-omnia.nix
index e97f29f..29fe8c4 100644
--- a/nixos/configurations/spt-omnia.nix
+++ b/nixos/configurations/spt-omnia.nix
@@ -156,12 +156,10 @@ in {
networkConfig.Bridge = "brlan";
bridgeVLANs = [
{
- bridgeVLANConfig = {
- EgressUntagged = 1;
- PVID = 1;
- };
+ EgressUntagged = 1;
+ PVID = 1;
}
- {bridgeVLANConfig.VLAN = 2;}
+ {VLAN = 2;}
];
};
};