mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
fix pkgs
This commit is contained in:
parent
09e1fac43e
commit
f3b53b61d2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
};
|
||||
|
||||
user = lib.mkOption {
|
||||
type = lib.types.Str;
|
||||
type = lib.types.str;
|
||||
default = "c2cscrape";
|
||||
description = "user to run as";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue