diff options
author | makefu <github@syntax-fehler.de> | 2016-12-12 15:34:13 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-12-12 15:34:13 +0100 |
commit | bc2b56baaf67623bed232b321607da8c25bbdaec (patch) | |
tree | c3341b27ec10cc730d7ae7bd5f7f6627ee3ce037 /lass/1systems | |
parent | b1092b16a6be15f8121619e6d2eaf8d732b873ff (diff) | |
parent | a64a9668aa0639e78a6c677c17718731d8f2418c (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/mors.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index 99705cbf1..9f2cec9a1 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -13,7 +13,6 @@ with import <stockholm/lib>; ../2configs/browsers.nix ../2configs/games.nix ../2configs/pass.nix - ../2configs/virtualbox.nix ../2configs/elster.nix ../2configs/steam.nix ../2configs/wine.nix @@ -79,6 +78,9 @@ with import <stockholm/lib>; { services.redis.enable = true; } + { + virtualisation.libvirtd.enable = true; + } ]; krebs.build.host = config.krebs.hosts.mors; |