1
Fork 0
vm works, the app can't find django
This commit is contained in:
Motiejus Jakštys 2024-01-15 23:41:15 +02:00
parent 0f4ae2a2fd
commit 4475a47987
3 changed files with 3 additions and 4 deletions

View File

@ -42,7 +42,7 @@
inherit geoip2-tarball;
};
e11sync-module = import ./modules/e11sync;
e11sync-module = import ./modules/e11sync e11sync-backend;
e11sync-static = pkgs.callPackage ./pkgs/e11sync-static.nix {};

View File

@ -1,7 +1,6 @@
{
e11sync-backend: {
config,
lib,
e11sync-backend,
...
}: {
options.e11sync = with lib.types; {

2
vm.nix
View File

@ -3,7 +3,7 @@
modulesPath,
...
}: {
#e11sync.enable = true;
e11sync.enable = true;
imports = [(modulesPath + "/virtualisation/qemu-vm.nix")];
virtualisation.graphics = false;