Slight modifications

This commit is contained in:
2026-02-17 23:32:48 +01:00
parent abd6b338af
commit af428b2fb2
4 changed files with 54 additions and 25 deletions

View File

@@ -1,4 +1,7 @@
{ ... }: {
{
...
}:
{
nix.settings = {
substituters = [
"https://attic.awroo.fun/my-config"
@@ -6,10 +9,13 @@
];
trusted-public-keys = [
"my-config:zMLOKdd9wxVtJDK2jgI2fW6Uehtdc4WLyU0bOjNpyxM="
"my-config:51aC90S8+3+gS/UzwdnL7a7lu1NnY896SZp5njMwFDk="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
trusted-users = [ "root" "@wheel" ];
trusted-users = [
"root"
"@wheel"
];
};
}
}