fixing plocate's deprecated localuser
This commit is contained in:
parent
771edcced6
commit
82d3d1450a
|
@ -1100,6 +1100,7 @@ Dalinar's config is of course server oriented.
|
|||
services.locate = {
|
||||
enable = true;
|
||||
locate = pkgs.plocate;
|
||||
localuser = null;
|
||||
};
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
services.locate = {
|
||||
enable = true;
|
||||
locate = pkgs.plocate;
|
||||
localuser = null;
|
||||
};
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
Loading…
Reference in a new issue