Update 9/18/2024 00:25

This commit is contained in:
2024-09-18 00:24:37 +09:00
parent d714d14fcd
commit f81f24a954
7 changed files with 28 additions and 11 deletions

View File

@@ -31,7 +31,7 @@
users.users.${userSettings.username} = {
isNormalUser = true;
description = userSettings.name;
extraGroups = [ "networkmanager" "wheel" "docker" "input" "flatpak" "dialout" "video" "input" "audio" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "docker" "podman" "input" "flatpak" "dialout" "video" "input" "audio" "libvirtd" ];
packages = with pkgs; [];
uid = 1000;
};