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