Compare commits

...

3 commits

Author SHA1 Message Date
aa20df82fb chore(sources): add NWA50AX fork for Liminix
All checks were successful
build configuration / build_vault01 (push) Successful in 52s
build configuration / build_storage01 (push) Successful in 56s
build configuration / build_compute01 (push) Successful in 1m12s
lint / check (push) Successful in 19s
build configuration / build_web01 (push) Successful in 1m14s
build configuration / build_web02 (push) Successful in 46s
Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-02-19 19:55:06 +01:00
d17189f4b8 feat(services): add signaldctl on compute01
Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-02-19 19:55:06 +01:00
4237fc57bd feat(services): init signald on compute01
This is to bridge all DGNum channels and hackENS.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-02-19 19:55:06 +01:00
4 changed files with 23 additions and 0 deletions

1
.pre-commit-config.yaml Symbolic link
View file

@ -0,0 +1 @@
/nix/store/wcnaf4513sl44pqq6qdv7gb2y7bclfl9-pre-commit-config.json

View file

@ -22,6 +22,7 @@ lib.extra.mkConfig {
"satosa"
"vaultwarden"
"zammad"
"signald"
];
extraConfig = {

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
# Ask Ryan for administration
# as he's using one of his N phone numbers for the registration.
services.signald = {
enable = true;
};
environment.systemPackages = [ pkgs.signaldctl ];
}

View file

@ -40,6 +40,18 @@
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.3.0",
"hash": "1lrnvgd5w41wrgidp3vwv2ahpvl0a61c2lai6qs16ri71g00kqn0"
},
"liminix": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "RaitoBezarius",
"repo": "liminix"
},
"branch": "nwa50ax",
"revision": "baf3cf741301e696a5f614f8fb98d182a0ab0f1d",
"url": "https://github.com/RaitoBezarius/liminix/archive/baf3cf741301e696a5f614f8fb98d182a0ab0f1d.tar.gz",
"hash": "1k29bz7gxlv12pq9rqji4s27rxwg4zx93l8f7n7c0s5wza9cyzdp"
},
"linkal": {
"type": "Git",
"repository": {