Skip to content

Commit

Permalink
Add remote secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
eturkeltaub-stripe committed Jan 10, 2024
1 parent a5e9006 commit 49a7bfe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

tilde-secrets.url = "git+ssh://[email protected]/ethnt/tilde-secrets";
tilde-secrets.url = "git+ssh://[email protected]/ethnt/tilde-secrets?ref=feature/remote-secrets";

flake-root.url = "github:srid/flake-root";

Expand Down
2 changes: 1 addition & 1 deletion users/remote/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with lib;

{
imports = with suites; (minimal ++ work);
imports = with suites; (minimal ++ work) ++ [ secrets.home.users.remote ];

tilde.home = {
username = "eturkeltaub";
Expand Down

0 comments on commit 49a7bfe

Please sign in to comment.