Split user configuration
This commit is contained in:
parent
eae3e9544c
commit
b227b7cb19
6 changed files with 25 additions and 23 deletions
9
users/som/configuration.nix
Normal file
9
users/som/configuration.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.som = {
|
||||
description = "Som";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue