updated all the systemd daemons

This commit is contained in:
mtgmonkey 2025-06-17 14:05:43 +00:00
parent bdc3a22570
commit dbec636ab7
12 changed files with 276 additions and 33 deletions

13
cachix/rgit.nix Normal file
View file

@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://rgit.cachix.org"
];
trusted-public-keys = [
"rgit.cachix.org-1:3Wva/GHhrlhbYx+ObbEYQSYq1Yzk8x9OAvEvcYazgL0="
];
};
};
}