lib/default: format
This commit is contained in:
parent
9ad9b97298
commit
1bfb2a25ab
1 changed files with 33 additions and 30 deletions
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
}: let
|
||||
{ lib
|
||||
, config
|
||||
,
|
||||
}:
|
||||
let
|
||||
keys = import ../../variables/keys.nix;
|
||||
in {
|
||||
in
|
||||
{
|
||||
mkUser = args: (
|
||||
lib.attrsets.recursiveUpdate {
|
||||
lib.attrsets.recursiveUpdate
|
||||
{
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"docker"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue