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
tuedel
nixos-deployment
Commits
2c67395f
Unverified
Commit
2c67395f
authored
Mar 22, 2022
by
fpletz
🚧
Browse files
nixbus: add schleuse irc bot service
parent
4919c438
Changes
1
Hide whitespace changes
Inline
Side-by-side
nixbus.nix
View file @
2c67395f
...
...
@@ -153,4 +153,17 @@
PrivateTmp
=
true
;
};
};
systemd
.
services
.
muccc-irc-schleuse
=
{
wantedBy
=
[
"multi-user.target"
];
description
=
"MuCCC API"
;
environment
=
{
CHANNEL
=
"#ccc"
;
};
serviceConfig
=
{
ExecStart
=
"
${
pkgs
.
muccc-api
}
/bin/muccc-irc-schleuse"
;
DynamicUser
=
true
;
PrivateTmp
=
true
;
};
};
}
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