41 current 2025-10-06 14:23:58 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 14:24:01 -05:00
parent 44835429d2
commit 3063022939
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 40 current 2025-10-06 14:01:16 25.05.20251001.5b5be50 6.12.49 * # generation: 41 current 2025-10-06 14:23:58 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

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