We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53d7a8 commit 8b79976Copy full SHA for 8b79976
1 file changed
ci-tools/host-runner/configuration.nix
@@ -108,6 +108,12 @@ in
108
isNormalUser = true;
109
hashedPassword = lib.strings.trim (builtins.readFile ./secrets/${user}-pass);
110
extraGroups = [ "wheel" "networkmanager" ];
111
+
112
+ # The fpga ci runner services are defined as systemd user services.
113
+ # These services are first started when the user is logged in.
114
+ # To start them on boot, enable lingering (loginctl enable-linger).
115
+ linger = true;
116
117
# Add your SSH public key here to gain SSH access to the host runner.
118
# Remove keys you do not trust
119
openssh.authorizedKeys.keys = [
0 commit comments