fix duplicate luks name between x13s and x13s-rmvbl

This commit is contained in:
steveej 2024-01-28 18:17:43 +01:00
parent a384026025
commit 438793db87
4 changed files with 4 additions and 16 deletions

View file

@ -11,12 +11,8 @@
{
imports = [
{
users.commonUsers = {
enable = true;
enableNonRoot = true;
installPassword = "install";
};
}
../steveej-x13s/configuration.nix
];
users.commonUsers.installPassword = "install";
}