Skip to content

Commit

Permalink
Change homeage installation type to "activation" on nix-on-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Oct 15, 2023
1 parent 5b91894 commit 6006048
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 3 additions & 4 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 @@ -52,7 +52,7 @@
};

homeage = {
url = "github:jordanisaacs/homeage/release";
url = "github:jordanisaacs/homeage";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
2 changes: 1 addition & 1 deletion home/roles/homeage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in

homeage = {
identityPaths = [ "${config.home.homeDirectory}/.age/key.txt" ];

installationType = mkDefault "systemd";
file = builtins.listToAttrs (map mkHomeageFile cfg.secrets);
};
};
Expand Down
2 changes: 2 additions & 0 deletions home/roles/mobile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ in
inherit username;
};

homeage.installationType = "activation";

custom = {
base.nix-on-droid.enable = true;

Expand Down

0 comments on commit 6006048

Please sign in to comment.