Skip to content

Commit

Permalink
Remove explicit username override on nix-on-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Oct 16, 2023
1 parent eac170f commit 3057eb6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions home/roles/mobile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ with lib;
let

cfg = config.custom.roles.mobile;
username = "nix-on-droid";

logseqSshKey = "id_logseq";
logseqSshPubKey = "${logseqSshKey}.pub";
Expand All @@ -20,10 +19,6 @@ in
};

config = mkIf cfg.enable {
home = {
inherit username;
};

homeage.installationType = "activation";

custom = {
Expand Down

0 comments on commit 3057eb6

Please sign in to comment.