This commit is contained in:
Matt Nish-Lapidus 2025-04-16 16:23:11 -04:00
parent c0c95ea8a7
commit 72ef09d952
4 changed files with 33 additions and 42 deletions

View file

@ -64,7 +64,7 @@
networking.domain = "";
networking.useDHCP = true;
networking.firewall.enable = false;
networking.firewall.allowedTCPPorts = [ 22 80 12345 ];
# networking.firewall.allowedTCPPorts = [ 22 80 ];
services.openssh.enable = true;
environment.systemPackages = with pkgs; [
@ -105,7 +105,7 @@
clean = {
enable = true;
dates = "daily";
extraArgs = "--keep 4";
extraArgs = "--keep 3";
};
flake = "/home/emenel/source/nixos-config";
package = pkgs.nh;