This commit is contained in:
Jakub Kropáček 2024-10-25 15:57:14 +02:00
parent 892aa65a2b
commit 6f7ffd43a8
2 changed files with 5 additions and 2 deletions

View file

@ -99,6 +99,7 @@
services = {
tailscale = {
enable = true;
openFirewall = true;
};
flatpak = {
enable = true;
@ -135,7 +136,9 @@
networking = {
nftables.enable = true;
firewall.checkReversePath = "loose";
firewall = {
checkReversePath = "loose";
};
};
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];

View file

@ -32,7 +32,7 @@ in
config = lib.mkIf cfg.enable {
virtualisation.docker = {
enable = true;
daemon.config = lib.mkIf cfg.changeDefaultNetwork {
daemon.settings = lib.mkIf cfg.changeDefaultNetwork {
default-address-pools = [
{
base = "10.250.0.0/16";