This commit is contained in:
smayzy
2025-08-24 22:27:49 +02:00
parent 771a2b88a7
commit 0ce0d549ba
8 changed files with 76 additions and 28 deletions
+7 -2
View File
@@ -9,7 +9,12 @@
networking.hostName = "desktop1";
networking.bridges.br0.interfaces = [ ];
networking.interfaces.br0.ipv4.addresses = [ { address = "10.0.0.1"; prefixLength = 24; } ];
networking.interfaces.br0.ipv4.addresses = [
{
address = "10.0.0.1";
prefixLength = 24;
}
];
smayzy = {
desktop.enable = true;
@@ -29,7 +34,7 @@
};
backupFileExtension = "backup";
};
programs.adb.enable = true;
system.stateVersion = "24.11";