Skip to content

Commit

Permalink
fix: use right group for homeage secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jan 31, 2024
1 parent 4a36791 commit 3b4d454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home/thomas/programs/github.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
source = ../secrets/gh.age;
symlinks = [ "${config.home.homeDirectory}/.ghtoken" ];
owner = "thomas";
group = "thomas";
group = "users";
mode = "0600";
};
};
Expand Down
2 changes: 1 addition & 1 deletion home/thomas/programs/minio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
source = ../secrets/minio.age;
symlinks = [ "${config.home.homeDirectory}/.mc/config.json" ];
owner = "thomas";
group = "thomas";
group = "users";
mode = "0600";
};
};
Expand Down
2 changes: 1 addition & 1 deletion home/thomas/programs/netrc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in
source = ../secrets/netrc.age;
symlinks = [ "${config.home.homeDirectory}/.netrc" ];
owner = "thomas";
group = "thomas";
group = "users";
mode = "0600";
};
};
Expand Down

0 comments on commit 3b4d454

Please sign in to comment.