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

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