Maybe this

This commit is contained in:
2026-01-22 12:18:43 -07:00
parent 6ec023f040
commit f894a9eeec
9 changed files with 15 additions and 115 deletions

View File

@@ -1,15 +1,12 @@
{ config, pkgs, ... }:
let
settings = import ../settings.nix;
in
{
users.groups.plugdev.gid = 69420;
users.users.${settings.username} = {
users.users.user = {
isNormalUser = true;
description = settings.userDescription;
extraGroups = settings.userGroups;
description = "Atridad";
extraGroups = [ "networkmanager" "wheel" "docker" "plugdev" ];
};
# Security