fix: fix merge errors
This commit is contained in:
@@ -110,7 +110,7 @@ let
|
||||
"10.255.241.99"
|
||||
];
|
||||
search = [ "ekman.tos.obx" ];
|
||||
extraHosts = import ./hosts.nix;
|
||||
extraHosts = import ../hosts.nix + import ./hosts.nix;
|
||||
firewall.extraCommands = ''
|
||||
iptables -I INPUT -s 10.255.241.0/24 -j ACCEPT
|
||||
iptables -I INPUT -s 10.255.243.0/24 -j ACCEPT
|
||||
@@ -151,7 +151,7 @@ let
|
||||
client = true;
|
||||
clusterName = "ekman";
|
||||
slurmctldHosts = [
|
||||
"rossby-manage(172.16.239.221)"
|
||||
"ekman-manage(10.255.241.99)"
|
||||
];
|
||||
dbdHost = "slurm-accounting";
|
||||
mungeKey = ../munge.key;
|
||||
|
||||
Reference in New Issue
Block a user