dogedns: 0.2.6 -> 0.2.8 (#340101)
[NixPkgs.git] / nixos / tests / common / wayland-cage.nix
blobfd0700941392b250f74c346a30b3aac15c28cc5a
1 { ... }:
4   imports = [ ./user-account.nix ];
5   services.cage = {
6     enable = true;
7     user = "alice";
8   };
10   virtualisation = {
11     qemu.options = [ "-vga virtio" ];
12   };