using nixos-anywhere

This commit is contained in:
2026-06-21 21:11:08 -04:00
parent e0cc6f013b
commit 24a329b330
+1
View File
@@ -111,6 +111,7 @@
users.users.rogueking = {
isNormalUser = true;
description = "rogueking";
hashedPassword = "$y$j9T$acC7H6j3hHlc9RBftDGvd.$5irPc2XAuYCwDx3lqtcSPEUBY31SGI/ZmcP/t9SbKq0";
extraGroups = ["networkmanager" "wheel" "docker"];
shell = pkgs.zsh;
packages = with pkgs; [];