updated all the systemd daemons
This commit is contained in:
13
cachix/rgit.nix
Normal file
13
cachix/rgit.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
{
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://rgit.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"rgit.cachix.org-1:3Wva/GHhrlhbYx+ObbEYQSYq1Yzk8x9OAvEvcYazgL0="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user