forgejo
This commit is contained in:
parent
c0c95ea8a7
commit
72ef09d952
4 changed files with 33 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue