Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!427
Fix some of the warnings that come up during deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix some of the warnings that come up during deployment
145.fix-warnings
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
6
Merged
Fix some of the warnings that come up during deployment
Florian Sesser
requested to merge
145.fix-warnings
into
develop
Nov 14, 2023
Overview
0
Commits
2
Pipelines
2
Changes
6
References
#145
.
Edited
Jan 17, 2024
by
Florian Sesser
0
0
Merge request reports
Compare
develop
version 1
2018b97d
Nov 14, 2023
develop (base)
and
latest version
latest version
08975005
2 commits,
Nov 14, 2023
version 1
2018b97d
1 commit,
Nov 14, 2023
6 files
+
8
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
morph/grid/production/storage001-hardware.nix
+
1
−
1
View file @ 08975005
Edit in single-file editor
Open in Web IDE
Show full file
@@ -38,6 +38,6 @@
}
];
nix
.
max
J
obs
=
lib
.
mkDefault
24
;
nix
.
settings
.
max
-j
obs
=
lib
.
mkDefault
24
;
powerManagement
.
cpuFreqGovernor
=
lib
.
mkDefault
"powersave"
;
}
Loading