feat: enable desktop to run nixos-tests
This commit is contained in:
parent
caca191f67
commit
2cbc6fa438
|
@ -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"];
|
||||
}
|
||||
|
|
|
@ -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}";
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
};
|
||||
"13" = {
|
||||
icon = config.images.images."player.png";
|
||||
switch_page = 1;
|
||||
switch_page = 2;
|
||||
};
|
||||
};
|
||||
"1" = {
|
||||
|
|
Loading…
Reference in a new issue