This website requires JavaScript.
Explore
Help
Sign In
crans
/
nixos
mirror of
https://gitlab.crans.org/nounous/nixos
Watch
19
Star
0
Fork
You've already forked nixos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d6c26b00f
nixos
/
modules
/
crans
/
virtualisation.nix
7 lines
100 B
Nix
Raw
Blame
History
{
.
.
.
}:
{
services
.
qemuGuest
.
enable
=
true
;
boot
.
kernelParams
=
[
"
c
o
n
s
o
l
e
=
t
t
y
S
0
,
1
1
5
2
0
0
"
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink