This commit is contained in:
Miguel Palhas
2024-12-05 19:23:02 +00:00
parent 137a36e862
commit c0277da8b8
5 changed files with 109 additions and 23 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ in
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk=";
sha256 = "sha256-v0WtkeIENYjPnHjRUkhfKkEMTa/0DGF6qA6+jBsx+B0=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
+5
View File
@@ -18,4 +18,9 @@ in
};
};
};
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
}
+1 -1
View File
@@ -50,7 +50,7 @@ in
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk=";
sha256 = "sha256-v0WtkeIENYjPnHjRUkhfKkEMTa/0DGF6qA6+jBsx+B0=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);