Remove comments
This commit is contained in:
@ -20,8 +20,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,7 +30,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
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?
|
# "--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
|
"--runtime=nvidia" # Older option but seems to work
|
||||||
];
|
];
|
||||||
|
|||||||
@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
environment = {};
|
environment = {};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,8 +26,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,7 +29,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
"--runtime=nvidia"
|
"--runtime=nvidia"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@ -26,8 +26,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
environment = {};
|
environment = {};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,8 +24,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,8 +29,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,8 +25,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,8 +29,6 @@
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,8 +32,6 @@
|
|||||||
STASH_STASH = "/data/";
|
STASH_STASH = "/data/";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [];
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
# "--restart=always" # Conflicts with NixOS' default of using --rm
|
|
||||||
"--cap-add=NET_ADMIN"
|
"--cap-add=NET_ADMIN"
|
||||||
"--cap-add=SYS_MODULE"
|
"--cap-add=SYS_MODULE"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user