Testing VM

This commit is contained in:
2026-03-07 14:34:28 +01:00
parent 4caafbe7db
commit b6054775d7
3 changed files with 290 additions and 302 deletions
+290 -294
View File
File diff suppressed because it is too large Load Diff
-4
View File
@@ -469,9 +469,6 @@ This code defines the machine to build. Just search and replace traveldroid to p
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";
@@ -482,7 +479,6 @@ This code defines the machine to build. Just search and replace traveldroid to p
# Optional: Enable auto-login for testing
services.getty.autologinUser = user.username;
}
}
#+END_SRC
@@ -25,9 +25,6 @@
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";
@@ -38,6 +35,5 @@
# Optional: Enable auto-login for testing
services.getty.autologinUser = user.username;
}
}