repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dogedns: 0.2.6 -> 0.2.8 (#340101)
[NixPkgs.git]
/
nixos
/
tests
/
common
/
wayland-cage.nix
blob
fd0700941392b250f74c346a30b3aac15c28cc5a
1
{ ... }:
2
3
{
4
imports = [ ./user-account.nix ];
5
services.cage = {
6
enable = true;
7
user = "alice";
8
};
9
10
virtualisation = {
11
qemu.options = [ "-vga virtio" ];
12
};
13
}