Skip to content

Commit

Permalink
Oops, actually remove remote secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ethnt committed Jan 11, 2024
1 parent 48b09a6 commit 5ff218a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions users/eturkeltaub/home.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ config, suites, secrets, ... }: {
imports = with suites; (base ++ development ++ work);
{ config, suites, inputs, secrets, ... }: {
imports = with suites;
(base ++ development ++ work) ++ [ secrets.home.users.eturkeltaub ];

tilde.home = {
username = "eturkeltaub";
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) ++ [ secrets.home.users.remote ];
imports = with suites; (minimal ++ work);

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

0 comments on commit 5ff218a

Please sign in to comment.