Compare commits

..

No commits in common. "d11b189f95a879e723f64554fc63bb86515cd6e3" and "a22747bb666788d8cd72966b94c0e98896b428c1" have entirely different histories.

View File

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
users.users.albertba = {
users.users.alb = {
isNormalUser = true;
extraGroups = [ "wheel" "drift" "nix-builder-users" ];