Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
mop
Commits
3abd1cce
Commit
3abd1cce
authored
Sep 28, 2020
by
Christoph Ruegge
Browse files
rename ova (keep name 'exam' from pycourse repo)
parent
fb2be229
Pipeline
#152289
passed with stages
in 26 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flake.nix
View file @
3abd1cce
...
...
@@ -79,8 +79,9 @@
ova
=
(
vm
[
(
nixpkgs
+
"/nixos/modules/virtualisation/virtualbox-image.nix"
)
{
# TODO is it possible to disable soundcard / usb here?
virtualbox
=
rec
{
vmName
=
"
mop
"
;
vmName
=
"
exam
"
;
vmDerivationName
=
"
${
vmName
}
.vbox"
;
vmFileName
=
"
${
vmName
}
.ova"
;
memorySize
=
2048
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment