Fuck...didn't I push this?

This commit is contained in:
Root 2021-04-12 15:30:11 -07:00
parent 3181332bda
commit 71d7fcd7a4
2 changed files with 5 additions and 15 deletions

View File

@ -6,9 +6,7 @@ let
dns-proxy-port = 5335;
host-packages = with pkgs; [
nixops
];
host-packages = with pkgs; [ nixops ];
site-name = config.fudo.hosts.${config.instance.hostname}.site;
site = config.fudo.site.${site-name};
@ -53,13 +51,9 @@ in {
network-definition = config.fudo.networks."rus.selby.ca";
};
networking = {
firewall = {
enable = true;
trustedInterfaces = [ "intif0" "docker0" ];
allowedTCPPorts = [ 22 ];
};
fudo.hosts.clunk.external-interfaces = [ "enp1s0" ];
networking = {
interfaces = {
enp1s0.useDHCP = true;

View File

@ -20,13 +20,9 @@ in {
"openssh-with-gssapi-8.4p1" # CVE-2021-28041
];
networking = {
firewall = {
enable = true;
trustedInterfaces = [ "intif0" "intif1" "intif2" "lo" ];
allowedTCPPorts = [ 22 ];
};
fudo.hosts.limina.external-interfaces = [ "enp1s0" ];
networking = {
interfaces = {
enp1s0 = { useDHCP = true; };