prepare for nixos containers add bridge for desktop1

This commit is contained in:
smayzy
2025-08-24 22:18:42 +02:00
parent 6488e6b203
commit 771a2b88a7
4 changed files with 15 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@
networking.hostName = "desktop1";
networking.bridges.br0.interfaces = [ ];
networking.interfaces.br0.ipv4.addresses = [ { address = "10.0.0.1"; prefixLength = 24; } ];
smayzy = {
desktop.enable = true;
nvidia.enable = true;