We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d58b4f commit 6c64d19Copy full SHA for 6c64d19
nix/system.nix
@@ -81,6 +81,7 @@
81
};
82
83
systemd.services."cage-tty1" = {
84
+ wantedBy = ["sysinit-reactivation.target"];
85
serviceConfig = {
86
Restart = "always";
87
0 commit comments