forked from colonelpanic/dotfiles
[NixOS] Update deprecated variables to current ones
This commit is contained in:
parent
6bf73c8f10
commit
5be1118d72
@ -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="
|
||||
];
|
||||
|
@ -41,7 +41,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
nix.trustedUsers = [ "root" "imalison" "kat" ];
|
||||
nix.settings.trustedUsers = [ "root" "imalison" "kat" ];
|
||||
|
||||
imports = [
|
||||
inputs.home-manager.nixosModule
|
||||
|
Loading…
Reference in New Issue
Block a user