Skip to content

Commit

Permalink
feat(hosts/bluetop): add debug user
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 9, 2024
1 parent 1fd561e commit 6d923ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hosts/bluetop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@

time.timeZone = "Europe/Luxembourg";
users.mutableUsers = false;

# TODO: remove
users.users.tmp = {
description = "Debug User";
extraGroups = ["wheel"];
home = "/home/tmp";
isNormalUser = true;
password = "a";
};
}
];

Expand Down

0 comments on commit 6d923ec

Please sign in to comment.