Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
we
infra
Nixfiles
Commits
1a314fad
Unverified
Commit
1a314fad
authored
Jan 15, 2022
by
Yureka
Browse files
enable zramSwap on services host
parent
cea0015f
Pipeline
#2835
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hosts/services/configuration.nix
View file @
1a314fad
...
...
@@ -28,6 +28,12 @@
nix
.
gc
.
dates
=
"14d"
;
zramSwap
=
{
enable
=
true
;
memoryPercent
=
1000
;
memoryMax
=
8
*
1024
*
1024
*
1024
;
};
system
.
stateVersion
=
"21.03"
;
# Did you read the comment?
}
Write
Preview
Supports
Markdown
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