added and configured shikane

This commit is contained in:
Rouven Seifert 2023-06-15 21:01:17 +02:00
parent 0620ebaa2a
commit fa6f58e0e9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
13 changed files with 154 additions and 43 deletions

View file

@ -1,11 +0,0 @@
{ ... }:
{
nix.settings = {
substituters = [
"https://cache.rfive.de"
];
trusted-public-keys = [
"cache.rfive.de:2E/yzJduGj4SJqYqDhpXO7aM2m5buMMUHN64EZdml3I="
];
};
}

View file

@ -3,7 +3,6 @@
programs.nix-index-database.comma.enable = true;
imports = [
./activation.nix
# ./caches.nix
./gpg.nix
./sops.nix
./vim.nix