mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-22 20:56:42 +00:00
feat(nixos): add ratbagd
- Enable services.ratbagd
This commit is contained in:
parent
9082adb7af
commit
c73d672245
2 changed files with 4 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
|||
./restic.nix
|
||||
./zerotierone.nix
|
||||
./udisks2.nix
|
||||
./ratbagd.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
3
hosts/nixos/modules/services/ratbagd.nix
Normal file
3
hosts/nixos/modules/services/ratbagd.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.ratbagd.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue