Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Server maintenance on Tue 31.5. at 12:00.
Open sidebar
Samuel Lauren
coffeecam
Commits
3fa555b4
Commit
3fa555b4
authored
Mar 07, 2018
by
Samuel Laurén
Browse files
Fix glances
parent
5925d70e
Changes
1
Show whitespace changes
Inline
Side-by-side
services/glances.nix
View file @
3fa555b4
...
...
@@ -14,9 +14,11 @@ in {
type
=
types
.
str
;
};
};
};
config
=
mkIf
cfg
.
enable
{
environment
.
systemPackages
=
[
pkgs
.
python36Packages
.
glances
];
systemd
.
services
.
glances
=
{
description
=
"Glances server"
;
wantedBy
=
[
"multi-user.target"
];
...
...
@@ -29,5 +31,4 @@ in {
};
};
};
};
}
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