feat: weylus
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
./openrgb.nix
|
./openrgb.nix
|
||||||
./command-runner.nix
|
./command-runner.nix
|
||||||
./resolved.nix
|
./resolved.nix
|
||||||
|
./weylus.nix
|
||||||
# ./dnscrypt.nix
|
# ./dnscrypt.nix
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
7
nixos/ryu/services/weylus.nix
Normal file
7
nixos/ryu/services/weylus.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{device, ...}: {
|
||||||
|
programs.weylus = {
|
||||||
|
enable = true;
|
||||||
|
users = [device.user];
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user