diff options
author | makefu <github@syntax-fehler.de> | 2016-07-20 17:18:57 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-07-20 17:18:57 +0200 |
commit | 46232b30beba336ccc6a1a75e1cc9d66646b5dcc (patch) | |
tree | 3bb4af31a1de9f307d53f1797e52dcd13a9a38a8 /makefu/1systems/pnp.nix | |
parent | 13a5662feb58b91287ac00c19925c70156612755 (diff) |
makefu: s/krebs\.retiolum/krebs.tinc.retiolum/g
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index 4b8d39c89..a460a87e7 100644 --- a/makefu/1systems/pnp.nix +++ b/makefu/1systems/pnp.nix @@ -15,11 +15,12 @@ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ../2configs/fs/vm-single-partition.nix + ../2configs/tinc/retiolum.nix + # config.system.build.vm - <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix> + (toString <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>) ]; - krebs.retiolum.enable = true; virtualisation.graphics = false; # also export secrets, see Usage above fileSystems = pkgs.lib.mkVMOverride { |