Compare commits
3 commits
9059ebe4d8
...
aa20df82fb
Author | SHA1 | Date | |
---|---|---|---|
aa20df82fb | |||
d17189f4b8 | |||
4237fc57bd |
4 changed files with 23 additions and 0 deletions
1
.pre-commit-config.yaml
Symbolic link
1
.pre-commit-config.yaml
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/wcnaf4513sl44pqq6qdv7gb2y7bclfl9-pre-commit-config.json
|
|
@ -22,6 +22,7 @@ lib.extra.mkConfig {
|
|||
"satosa"
|
||||
"vaultwarden"
|
||||
"zammad"
|
||||
"signald"
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
|
|
9
machines/compute01/signald.nix
Normal file
9
machines/compute01/signald.nix
Normal 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 ];
|
||||
}
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue