Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix trusted keys, edge secret

+2 -2
+1 -1
default-home.nix
··· 109 109 extra-substituters = [ 110 110 "https://cache.ngp.computer" 111 111 ]; 112 - trusted-public-keys = [ 112 + extra-trusted-public-keys = [ 113 113 "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A=" 114 114 ]; 115 115 };
+1 -1
host-specific/edge/configuration.nix
··· 156 156 ]; 157 157 158 158 age.secrets.validator-identity = { 159 - file = ./secrets/validator-identity.age; 159 + file = ../../secrets/validator-identity.age; 160 160 owner = "sol"; 161 161 group = "sol"; 162 162 };