Remove comments
This commit is contained in:
@ -20,8 +20,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,6 @@
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
# "--gpus device=0" # This only works when I start the container using sudo, but not from the systemd service?
|
||||
"--runtime=nvidia" # Older option but seems to work
|
||||
];
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
environment = {};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -26,8 +26,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,6 @@
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
"--runtime=nvidia"
|
||||
];
|
||||
};
|
||||
|
@ -26,8 +26,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
environment = {};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -24,8 +24,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -29,8 +29,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -25,8 +25,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -29,8 +29,6 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -32,8 +32,6 @@
|
||||
STASH_STASH = "/data/";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
];
|
||||
extraOptions = [];
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,6 @@
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
||||
"--cap-add=NET_ADMIN"
|
||||
"--cap-add=SYS_MODULE"
|
||||
];
|
||||
|
Reference in New Issue
Block a user