fix vm
vm works, the app can't find django
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
inherit geoip2-tarball;
|
inherit geoip2-tarball;
|
||||||
};
|
};
|
||||||
|
|
||||||
e11sync-module = import ./modules/e11sync;
|
e11sync-module = import ./modules/e11sync e11sync-backend;
|
||||||
|
|
||||||
e11sync-static = pkgs.callPackage ./pkgs/e11sync-static.nix {};
|
e11sync-static = pkgs.callPackage ./pkgs/e11sync-static.nix {};
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
e11sync-backend: {
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
e11sync-backend,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
options.e11sync = with lib.types; {
|
options.e11sync = with lib.types; {
|
||||||
|
|||||||
2
vm.nix
2
vm.nix
@@ -3,7 +3,7 @@
|
|||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
#e11sync.enable = true;
|
e11sync.enable = true;
|
||||||
|
|
||||||
imports = [(modulesPath + "/virtualisation/qemu-vm.nix")];
|
imports = [(modulesPath + "/virtualisation/qemu-vm.nix")];
|
||||||
virtualisation.graphics = false;
|
virtualisation.graphics = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user