uvms: start actually using the recompiled kernel
...still with an initrd, and very much not useful - bot it boots!
This commit is contained in:
parent
95c0a1d72b
commit
db4e7809d1
3 changed files with 224 additions and 206 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue