[NixOS] Update deprecated variables to current ones
This commit is contained in:
parent
6bf73c8f10
commit
5be1118d72
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
nix = {
|
nix.settings = {
|
||||||
trustedBinaryCaches = [ https://nix.oregon.dfinity.build ];
|
trusted-binary-caches = [ https://nix.oregon.dfinity.build ];
|
||||||
binaryCachePublicKeys = [
|
trusted-public-keys = [
|
||||||
"hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM="
|
"hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM="
|
||||||
"cache.dfinity.systems-1:IcOn/2SVyPGOi8i3hKhQOlyiSQotiOBKwTFmyPX5YNw="
|
"cache.dfinity.systems-1:IcOn/2SVyPGOi8i3hKhQOlyiSQotiOBKwTFmyPX5YNw="
|
||||||
];
|
];
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.trustedUsers = [ "root" "imalison" "kat" ];
|
nix.settings.trustedUsers = [ "root" "imalison" "kat" ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModule
|
inputs.home-manager.nixosModule
|
||||||
|
Loading…
Reference in New Issue
Block a user