move laptop to x13-mairie

This commit is contained in:
2026-06-19 06:07:08 +02:00
parent 25a00f435f
commit a52e554770
4 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{
users.users.waha = {
isNormalUser = true;
extraGroups = [ "wheel" ];
initialPassword = "zekzek";
};
users.users.benjamin = {
isNormalUser = true;
extraGroups = [ "networkmanager" "video" "render" "bluetooth" ];
initialPassword = "zekzek";
};
}