fix: fix tailscale routing, etc.
This commit is contained in:
@@ -108,6 +108,7 @@ let
|
||||
firewall.extraCommands = ''
|
||||
iptables -I INPUT -s 10.255.241.0/24 -j ACCEPT
|
||||
iptables -I INPUT -s 10.255.243.0/24 -j ACCEPT
|
||||
iptables -I INPUT -s 100.64.0.0/24 -j ACCEPT
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -143,7 +144,9 @@ let
|
||||
features.hpc.slurm = {
|
||||
enable = true;
|
||||
client = true;
|
||||
# clusterName = "ekman";
|
||||
mungeKey = ./munge.key;
|
||||
# jwtKey = ./jwt_hs256.key;
|
||||
mungeUid = mkDefault 996; # hack
|
||||
# pkey = "0x7666";
|
||||
controlMachine = "ekman-manage";
|
||||
|
||||
Reference in New Issue
Block a user