feat: enable wrtag addons
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
6e6e3d9757
commit
a50f96c1e5
2 changed files with 7 additions and 3 deletions
|
|
@ -30,6 +30,10 @@ in
|
|||
};
|
||||
users.groups.wrtagweb = { };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
rsgain
|
||||
];
|
||||
|
||||
systemd.services.wrtagweb = {
|
||||
description = "wrtagweb";
|
||||
after = [ "network.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue