feat(mottarone): switch to glpi-agent module
This commit is contained in:
parent
7f144cf50a
commit
e4fad165aa
2 changed files with 10 additions and 23 deletions
|
@ -9,7 +9,6 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./glpi-agent.nix
|
||||
./urbackup.nix
|
||||
];
|
||||
|
||||
|
@ -36,6 +35,16 @@ in
|
|||
dnsovertls = "false";
|
||||
};
|
||||
|
||||
glpiAgent = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server = "https://assistance.sciencespo-lyon.fr";
|
||||
delaytime = 3600;
|
||||
lazy = 0;
|
||||
logger = "stderr";
|
||||
};
|
||||
};
|
||||
|
||||
postgresql.enable = true;
|
||||
pgadmin = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue