[NixOS] Update deprecated variables to current ones

This commit is contained in:
Ivan Malison 2023-05-14 15:13:33 -06:00
parent 6bf73c8f10
commit 5be1118d72
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
nix = {
trustedBinaryCaches = [ https://nix.oregon.dfinity.build ];
binaryCachePublicKeys = [
nix.settings = {
trusted-binary-caches = [ https://nix.oregon.dfinity.build ];
trusted-public-keys = [
"hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM="
"cache.dfinity.systems-1:IcOn/2SVyPGOi8i3hKhQOlyiSQotiOBKwTFmyPX5YNw="
];

View File

@ -41,7 +41,7 @@
};
};
nix.trustedUsers = [ "root" "imalison" "kat" ];
nix.settings.trustedUsers = [ "root" "imalison" "kat" ];
imports = [
inputs.home-manager.nixosModule