feat: enable desktop to run nixos-tests

This commit is contained in:
Patrick 2024-03-06 18:34:25 +01:00
parent caca191f67
commit 2cbc6fa438
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 3 additions and 1 deletions

View file

@ -49,4 +49,5 @@
ln -f -s ${../../keys/PatC.key} /run/decrypt.key.pub
'';
boot.binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"];
nix.settings.system-features = ["kvm" "nixos-test"];
}

View file

@ -22,6 +22,7 @@
settings = {
CLIENT_ENDPOINT = "https://sptfy.${config.secrets.secrets.global.domains.web}";
API_ENDPOINT = "https://apisptfy.${config.secrets.secrets.global.domains.web}";
MONGO_NO_ADMIN_RIGHTS = false;
};
enableLocalDB = true;
nginxVirtualHost = "sptfy.${config.secrets.secrets.global.domains.web}";

View file

@ -53,7 +53,7 @@
};
"13" = {
icon = config.images.images."player.png";
switch_page = 1;
switch_page = 2;
};
};
"1" = {