Testing VM

This commit is contained in:
2026-03-07 14:32:32 +01:00
parent 2c8a6d0878
commit 1b9beea947
4 changed files with 338 additions and 290 deletions
+306 -290
View File
File diff suppressed because it is too large Load Diff
+16
View File
@@ -468,6 +468,22 @@ This code defines the machine to build. Just search and replace traveldroid to p
networking.hostName = "traveldroid";
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the near future.
};
{ config, lib, user, ... }:
{
users.users.${user.username} = {
isNormalUser = true;
#description = "Henro Veijer";
extraGroups = [ "wheel" "networkmanager" ];
hashedPassword = user.hashedPassword;
home = user.homeDirectory;
};
# Optional: Enable auto-login for testing
services.getty.autologinUser = user.username;
}
}
#+END_SRC
@@ -24,4 +24,20 @@
networking.hostName = "traveldroid";
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the near future.
};
{ config, lib, user, ... }:
{
users.users.${user.username} = {
isNormalUser = true;
#description = "Henro Veijer";
extraGroups = [ "wheel" "networkmanager" ];
hashedPassword = user.hashedPassword;
home = user.homeDirectory;
};
# Optional: Enable auto-login for testing
services.getty.autologinUser = user.username;
}
}
Binary file not shown.