uvms: start actually using the recompiled kernel

...still with an initrd, and very much not useful - bot it boots!
This commit is contained in:
Else Someone 2026-03-04 01:41:33 +02:00
parent 95c0a1d72b
commit db4e7809d1
3 changed files with 224 additions and 206 deletions

View file

@ -209,6 +209,7 @@ in
];
};
environment.profileRelativeSessionVariables.PATH = lib.mkForce [ "/bin\${PATH:+:}$PATH" ];
environment.variables = env;
systemd.globalEnvironment = env;
@ -264,8 +265,8 @@ in
Group = "users";
ExecStart = "${lib.getExe uvmsPkgs.uvms-guest}";
ExecStop = [
"/run/current-system/sw/bin/echo GUEST DOWN"
"/run/current-system/sw/bin/systemctl poweroff"
"/run/current-system/sw/bin/echo GUEST DOWN"
"/run/current-system/sw/bin/systemctl poweroff"
];
StandardOutput = "journal+console";
StandardError = "journal+console";