modules/system/common/incus: hotfix
This commit is contained in:
parent
dcdc41b944
commit
61b6c3f58b
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ let
|
|||
|
||||
linuxConfig = lib.optionalAttrs isLinux (
|
||||
lib.mkIf (!cfg.clientOnly) {
|
||||
# TODO: Remove after update
|
||||
systemd.services.incus.serviceConfig.Environment = lib.strings.toJSON "INCUS_OVMF_PATH=${config.systemd.services.incus.environment.INCUS_EDK2_PATH}";
|
||||
|
||||
virtualisation.incus = {
|
||||
enable = true;
|
||||
inherit (cfg) package clientPackage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue