Update the mistakenly-committed VM configs a little.

This commit is contained in:
Whovian NTSN 2024-07-28 01:06:39 -04:00
parent e6b5232d0d
commit 7ad319b148
3 changed files with 3 additions and 2 deletions

View File

@ -40,5 +40,5 @@
"/share/zsh"
];
system.stateVersion = "22.05";
system.stateVersion = "24.05";
}

View File

@ -4,7 +4,7 @@
pkgs.file
pkgs.xterm
# `agenix` is currently added via
# "<config>.nixos-wsl.modules.environment.systemPackages"
# home-manager's `home.packages`
];

View File

@ -12,6 +12,7 @@
description = "Whovian9369";
shell = pkgs.zsh;
initialPassword = "abcde"; # I need to log in somehow
isNormalUser = true;
extraGroups = [
"wheel"
# Enable 'sudo' for the user.