hydra-module: don't use `createHome = true;` to create Hydra's base-dir
[?]
Sep 21, 2021, 9:58 PM
5HAXTJJGB3B5AK6J7GASWJDULO5N2AWQHK3VHR6ZZ3WKXW4VB4XACDependencies
- [2]
TTZ26BJQUnify Hydra's NixOS module with the one used for hydra.nixos.org - [3]
T4DBPQOFhydra-module: Run hydra-init during hydra-init.service - [4]
BW4FLZMUSet `isSystemUser = true;` for each statically declared user - [5]
D3MDJONY - [6]
F3M47DHJhydra-module.nix: More paranoid permissions on the data directory - [7]
QU2FV3MPFix Hydra VM tests - [8]
KVDOL4OZhydra-module: Don't rely on su being available. - [9]
OZX5T6LQFix paths
Change contents
- edit in hydra-module.nix at line 200
systemd.tmpfiles.rules = ["d ${baseDir} 0750 hydra hydra"]; - edit in hydra-module.nix at line 209
createHome = true; - edit in hydra-module.nix at line 263
mkdir -p ${baseDir}chown hydra.hydra ${baseDir}chmod 0750 ${baseDir}