mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Freenet: fix 2 typos
This commit is contained in:
parent
ae2f280b67
commit
fa0f5bf72f
@ -1,4 +1,4 @@
|
||||
# NixOS module for Transmission BitTorrent daemon
|
||||
# NixOS module for Freenet daemon
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
@ -52,7 +52,7 @@ in
|
||||
|
||||
users.extraUsers.freenet = {
|
||||
group = "freenet";
|
||||
description = "Psyced daemon user";
|
||||
description = "Freenet daemon user";
|
||||
home = varDir;
|
||||
createHome = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user