205 current 2025-10-10 02:16:29 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 02:17:15 -05:00
parent 13fb00dd10
commit 96e173ee29
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 204 current 2025-10-10 00:57:52 25.05.20251006.20c4598 6.12.50 *
# generation: 205 current 2025-10-10 02:16:29 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -20,7 +20,7 @@ in
# create blake user
users.users.${cfg.username} = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" "media" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "networkmanager" "docker" "media" "minecraft" ]; # Enable sudo for the user.
uid = 1000;
shell = pkgs.zsh;
group = "blake";