This commit is contained in:
ediblerope 2026-05-14 12:54:19 +01:00
parent 97bf8cd95a
commit 8943ea3021

View file

@ -33,6 +33,10 @@
# Basic networking
networking.useDHCP = lib.mkDefault true;
# Allow fred to act as a remote Nix builder (trusted users can import
# unsigned store paths sent by the build client).
nix.settings.trusted-users = [ "root" "fred" ];
# Open firewall for SSH
networking.firewall.allowedTCPPorts = [ 22 11434 ];
services.openssh = {