mini-2024-12-26-14-02-54
This commit is contained in:
@ -8,8 +8,9 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/borg.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/common-linux.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/libvirtd.nix
|
||||
../../configs/user.nix
|
||||
];
|
||||
|
||||
@ -51,9 +52,13 @@
|
||||
useDHCP = false;
|
||||
firewall = {enable = false;};
|
||||
interfaces = {
|
||||
enp3s0.useDHCP = true;
|
||||
br0 = {
|
||||
useDHCP = true;
|
||||
};
|
||||
};
|
||||
|
||||
bridges.br0.interfaces = ["enp3s0"];
|
||||
|
||||
nftables.enable = true;
|
||||
};
|
||||
|
||||
@ -96,7 +101,7 @@
|
||||
};
|
||||
|
||||
locate = {
|
||||
prunePaths = [ "/mnt" "/nix" ];
|
||||
prunePaths = ["/mnt" "/nix"];
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user