Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GovanifY
navi
Commits
144ab9cd
Verified
Commit
144ab9cd
authored
Jul 10, 2021
by
GovanifY
Browse files
profiles/default: make sure virtualisation is defined before setting attrSet
parent
47dc3371
Changes
1
Hide whitespace changes
Inline
Side-by-side
profiles/default.nix
View file @
144ab9cd
...
...
@@ -130,7 +130,7 @@ with lib;
# sane defaults for any modern virtualization setup
virtualisation
=
{
virtualisation
=
lib
.
optionalAttrs
(
builtins
.
hasAttr
"virtualisation"
options
)
{
msize
=
mkDefault
100000
;
writableStoreUseTmpfs
=
mkDefault
false
;
memorySize
=
mkDefault
8192
;
...
...
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