Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
nixvm
Commits
ed4ed092
Commit
ed4ed092
authored
Apr 02, 2019
by
Christopher League
Browse files
Enable mongodb
parent
bf810787
Changes
2
Hide whitespace changes
Inline
Side-by-side
desktop.nix
View file @
ed4ed092
...
...
@@ -54,6 +54,8 @@ in
};
};
services
.
mongodb
.
enable
=
true
;
environment
.
systemPackages
=
with
pkgs
;
[
atom
firefox
...
...
qemu.nix
View file @
ed4ed092
...
...
@@ -8,6 +8,7 @@
config
=
{
virtualisation
=
{
memorySize
=
1536
;
diskSize
=
1024
;
writableStoreUseTmpfs
=
false
;
};
networking
.
hostName
=
"liucs"
;
...
...
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