GPG Stuff
This commit is contained in:
parent
1feb66d19a
commit
a61d280fe9
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@
|
||||||
domains = [ "leena.jakest.us" ];
|
domains = [ "leena.jakest.us" ];
|
||||||
apiTokenFile = "/home/jt/conf/cloudflare.token";
|
apiTokenFile = "/home/jt/conf/cloudflare.token";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryFlavor = "gtk2";
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue