Commit bc7a607fd62e
Changed files (3)
machine
machine/hokkaido.nix
@@ -10,6 +10,7 @@ with import ../assets/machines.nix; {
syncthing.enable = true;
virtualization.enable = true;
};
+ networking.firewall.allowPing = true;
services = {
logind.extraConfig = "HandleLidSwitch=ignore";
syncthing-edge.guiAddress = "${wireguard.ips.hokkaido}:8384";
machine/honshu.nix
@@ -5,7 +5,6 @@ with import ../assets/machines.nix; {
time.timeZone = "Europe/Paris";
profiles = {
avahi.enable = true;
- containerd.enable = true;
dev.enable = true;
ssh.enable = true;
syncthing.enable = true;
@@ -13,6 +12,7 @@ with import ../assets/machines.nix; {
networking = {
enableIPv6 = false;
firewall.allowedTCPPorts = [ 3389 2375 7946 9000 80 ];
+ firewall.allowPing = true;
};
services = {
logind.extraConfig = "HandleLidSwitch=ignore";
machine/massimo.nix
@@ -6,6 +6,7 @@ with import ../assets/machines.nix; {
cleanTmpDir = true;
};
profiles = {
+ avahi.enable = true;
git.enable = true;
ssh.enable = true;
syncthing.enable = true;