Remove comments

This commit is contained in:
2023-09-01 14:31:46 +02:00
parent 5819248b6c
commit 1e00fd224c
13 changed files with 10 additions and 33 deletions
+1 -3
View File
@@ -20,8 +20,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
-1
View File
@@ -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
];
+1 -3
View File
@@ -21,8 +21,6 @@
environment = {};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -26,8 +26,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
-1
View File
@@ -29,7 +29,6 @@
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
"--runtime=nvidia"
];
};
+1 -3
View File
@@ -26,8 +26,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -22,8 +22,6 @@
environment = {};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -24,8 +24,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -29,8 +29,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -25,8 +25,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -29,8 +29,6 @@
TZ = "Europe/Berlin";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
+1 -3
View File
@@ -32,8 +32,6 @@
STASH_STASH = "/data/";
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
extraOptions = [];
};
}
-1
View File
@@ -26,7 +26,6 @@
};
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
"--cap-add=NET_ADMIN"
"--cap-add=SYS_MODULE"
];