framework-2024-09-17-18-14-56

This commit is contained in:
Alexander Szczepanski
2024-09-17 18:14:56 +02:00
parent 95eaa7840f
commit 84cf4f9393
9 changed files with 83 additions and 73 deletions

View File

@ -7,7 +7,7 @@ in {
/etc/nixos/hardware-configuration.nix
../configs/common.nix
../configs/docker.nix
../configs/libvirt.nix
../configs/virtualisation.nix
../configs/user.nix
];
@ -32,15 +32,6 @@ in {
interfaces = [ "wlp1s0" ];
};
# libvirt uses 192.168.122.0
bridges.br0.interfaces = [ ];
interfaces.br0 = {
ipv4.addresses = [{
address = "192.168.122.1";
prefixLength = 24;
}];
};
interfaces.enp3s0.useDHCP = true;
interfaces.wlp1s0.useDHCP = true;
};