1

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

View File

@ -20,8 +20,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -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
]; ];

View File

@ -21,8 +21,6 @@
environment = {}; environment = {};
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -26,8 +26,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -29,7 +29,6 @@
}; };
extraOptions = [ extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
"--runtime=nvidia" "--runtime=nvidia"
]; ];
}; };

View File

@ -26,8 +26,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -22,8 +22,6 @@
environment = {}; environment = {};
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -24,8 +24,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -29,8 +29,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -25,8 +25,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -29,8 +29,6 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -32,8 +32,6 @@
STASH_STASH = "/data/"; STASH_STASH = "/data/";
}; };
extraOptions = [ extraOptions = [];
# "--restart=always" # Conflicts with NixOS' default of using --rm
];
}; };
} }

View File

@ -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"
]; ];