This commit is contained in:
parent
97bf8cd95a
commit
8943ea3021
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@
|
||||||
# Basic networking
|
# Basic networking
|
||||||
networking.useDHCP = lib.mkDefault true;
|
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
|
# Open firewall for SSH
|
||||||
networking.firewall.allowedTCPPorts = [ 22 11434 ];
|
networking.firewall.allowedTCPPorts = [ 22 11434 ];
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue