mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat[server]: use confLib to manage services
This commit is contained in:
parent
e0480cb6f6
commit
2cb67804d4
37 changed files with 512 additions and 316 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{ lib, config, globals, ... }:
|
||||
{ lib, config, globals, confLib, ... }:
|
||||
let
|
||||
serviceName = "opkssh";
|
||||
serviceUser = "opksshuser";
|
||||
serviceGroup = serviceUser;
|
||||
inherit (confLib.gen { name = "opkssh"; user = "opksshuser"; group = "opksshuser"; }) serviceName serviceUser serviceGroup;
|
||||
|
||||
kanidmDomain = globals.services.kanidm.domain;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue