Removed the backdoor, because it does not work anymore and it has also become obsolete (Disnix uses something else now)
svn path=/nixos/trunk/; revision=25601
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ nixpkgs, services, system, useBackdoor ? false }:
|
||||
{ nixpkgs, services, system }:
|
||||
|
||||
let pkgs = import nixpkgs { config = {}; inherit system; }; in
|
||||
|
||||
@@ -26,7 +26,7 @@ rec {
|
||||
modules = configurations ++
|
||||
[ ../modules/virtualisation/qemu-vm.nix
|
||||
../modules/testing/test-instrumentation.nix # !!! should only get added for automated test runs
|
||||
{ key = "no-manual"; services.nixosManual.enable = false; virtualisation.useBackdoor = useBackdoor; }
|
||||
{ key = "no-manual"; services.nixosManual.enable = false; }
|
||||
];
|
||||
extraArgs = { inherit nodes; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user