framework-2024-09-17-18-14-56
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user