Skip to content

Commit 1f7ec9f

Browse files
committed
add age identites
1 parent cc8d3d1 commit 1f7ec9f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

darwin-modules/homebrew-packages/work.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"microsoft-office"
1313
"postman"
1414
"wireshark"
15+
"utm"
1516
];
1617

1718
brews = lib.mkIf (config.context == "work") [

darwin-modules/nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"

flake.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
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
};
@@ -177,10 +177,10 @@
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
};

0 commit comments

Comments
 (0)