File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1212 "microsoft-office"
1313 "postman"
1414 "wireshark"
15+ "utm"
1516 ] ;
1617
1718 brews = lib . mkIf ( config . context == "work" ) [
Original file line number Diff line number Diff line change 1010 '' ;
1111
1212 settings = {
13- trusted-users = [ "@admin " ] ;
13+ trusted-users = [ "@staff " ] ;
1414 substituters = [
1515 "https://esselius.cachix.org"
1616 "https://nix-community.cachix.org"
Original file line number Diff line number Diff line change 139139
140140 age . rekey = {
141141 hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDfILv+PA582KwZYcJRX2yCcQVBlh7T9uWUieLBFXHo/" ;
142- masterIdentities = [ {
143- identity = "/Users/peteresselius/.age-plugin-se.key" ;
144- pubkey = "age1se1qw3jfq82crjk5x36g7wr8pxscvlynwaxpqjt6wran7j23ped4gjsypanfet" ;
145- } ] ;
142+ masterIdentities = [
143+ { identity = "/Users/peteresselius/.age-plugin-se.key" ; pubkey = "age1se1qw3jfq82crjk5x36g7wr8pxscvlynwaxpqjt6wran7j23ped4gjsypanfet" ; }
144+ { identity = "/Users/pepp/.age-plugin-se.key" ; pubkey = "age1se1qgqzwsmme3yatp3ezp4nfncxytdp4mawpguxm2ll08dpw29sp7dxs2ls372" ; }
145+ ] ;
146146 storageMode = "local" ;
147147 localStorageDir = ./. + "/secrets/rekeyed/adama" ;
148148 } ;
177177 nixpkgs-unstable-path = inputs . nixpkgs-unstable ;
178178 age . rekey = {
179179 hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFi1DoYv7wvIkYvTrjUVEqZI00H6d5437IgprVdFMI1+" ;
180- masterIdentities = [ {
181- identity = "/Users/peteresselius/.age-plugin-se.key" ;
182- pubkey = "age1se1qw3jfq82crjk5x36g7wr8pxscvlynwaxpqjt6wran7j23ped4gjsypanfet" ;
183- } ] ;
180+ masterIdentities = [
181+ { identity = "/Users/peteresselius/.age-plugin-se.key" ; pubkey = "age1se1qw3jfq82crjk5x36g7wr8pxscvlynwaxpqjt6wran7j23ped4gjsypanfet" ; }
182+ { identity = "/Users/pepp/.age-plugin-se.key" ; pubkey = "age1se1qgqzwsmme3yatp3ezp4nfncxytdp4mawpguxm2ll08dpw29sp7dxs2ls372" ; }
183+ ] ;
184184 storageMode = "local" ;
185185 localStorageDir = ./. + "/secrets/rekeyed/starbuck" ;
186186 } ;
You can’t perform that action at this time.
0 commit comments