Skip to content

Commit

Permalink
hosts/homesv: add user
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 13, 2023
1 parent d314747 commit 650ab02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/homesv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@

# don't suspend when lid is closed
services.logind.lidSwitch = "ignore";

users.users.user = {
isNormalUser = true;
createHome = false;
hashedPassword = "$6$ENNQ3EC40RMVUr71$oIU8lKa072ucswxNID9CAL5r2v2ih3YK7Dfuva.lEgS22aOs/0Omcead2loZKnolMKqxaPushmV1XQhYtDzgV.";
};
}

0 comments on commit 650ab02

Please sign in to comment.