Carve away
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# User configuration
|
||||
#
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.salt = {
|
||||
isNormalUser = true;
|
||||
description = "Salt";
|
||||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.bash;
|
||||
home = "/home/salt";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user