Compare commits
3 commits
9a33ca1283
...
55eaa80e98
Author | SHA1 | Date | |
---|---|---|---|
![]() |
55eaa80e98 | ||
![]() |
3aacad45f3 | ||
![]() |
f721410bdd |
4 changed files with 10 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -595,11 +595,11 @@
|
|||
"treefmt-nix": "treefmt-nix_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739521936,
|
||||
"narHash": "sha256-jqFt4Xc/YqsZER+BAB72zJYJWD3rkZ23LpitUzhwpAE=",
|
||||
"lastModified": 1739592950,
|
||||
"narHash": "sha256-d3XN13HyvYKUaC/f0bE4BtmtbZhVCLVfmBvEiXy8ypw=",
|
||||
"owner": "mrvandalo",
|
||||
"repo": "nixos-healthchecks",
|
||||
"rev": "ab6b0a8e9158755b26196861d95b8ab99f8b4481",
|
||||
"rev": "1f419e233d009a97d668e3568ed5e442d29e4c73",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -307,7 +307,9 @@
|
|||
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
|
||||
boot.loader.generic-extlinux-compatible.configurationLimit = lib.mkDefault 10;
|
||||
boot.loader.grub.configurationLimit = lib.mkDefault 10;
|
||||
environment.systemPackages = [ pkgs.systemctl-find-service-config ];
|
||||
environment.systemPackages = [
|
||||
pkgs.systemctl-find-service-config
|
||||
];
|
||||
}
|
||||
)
|
||||
# My Structure
|
||||
|
|
|
@ -56,8 +56,11 @@
|
|||
components.network.enable = true;
|
||||
components.network.nginx.landingpage.enable = false;
|
||||
components.network.wifi.enable = false;
|
||||
|
||||
components.virtualisation.enable = true; # we only enable this stuff where we need it explicitly
|
||||
components.virtualisation.podman.enable = false;
|
||||
components.virtualisation.virtualbox.enable = false;
|
||||
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
|
||||
features.network.fail2ban.enable = true;
|
||||
|
|
|
@ -31,7 +31,7 @@ in
|
|||
ping -c 1 -W 5 ${config.clan.core.facts.services.wireguard_ip.public."wireguard.wg0.ip".value}
|
||||
'';
|
||||
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = true;
|
||||
boot.kernel.sysctl."net.ipv4.conf.wg0.forwarding" = true;
|
||||
|
||||
# Enable WireGuard
|
||||
networking.wg-quick.interfaces = {
|
||||
|
|
Loading…
Add table
Reference in a new issue