Testing VM
This commit is contained in:
+290
-294
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user