Trusted public keys
This commit is contained in:
parent
579692446e
commit
dc59ba64df
2 changed files with 9 additions and 0 deletions
|
|
@ -128,6 +128,7 @@
|
||||||
{ home-manager = { useGlobalPkgs = true; useUserPackages = true; }; }
|
{ home-manager = { useGlobalPkgs = true; useUserPackages = true; }; }
|
||||||
|
|
||||||
./nixos_modules/bertof_user.nix
|
./nixos_modules/bertof_user.nix
|
||||||
|
./nixos_modules/distributed.nix
|
||||||
./nixos_modules/extended_registry.nix
|
./nixos_modules/extended_registry.nix
|
||||||
./nixos_modules/automatic-garbage-collection.nix
|
./nixos_modules/automatic-garbage-collection.nix
|
||||||
./nixos_modules/automatic-upgrade.nix
|
./nixos_modules/automatic-upgrade.nix
|
||||||
|
|
|
||||||
8
nixos_modules/distributed.nix
Normal file
8
nixos_modules/distributed.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
nix.settings = {
|
||||||
|
trusted-public-keys = [
|
||||||
|
"thor:yRx3HglIxjUYocp4/jAP9dPWxWBEpgP6hqj1ofEfn1A="
|
||||||
|
"odin:ukZZy//P0nBAcy4ycX8eYCByRJFOfJRlfW4sYjP/rGE="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue