mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 01:06:41 +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
|
./restic.nix
|
||||||
./zerotierone.nix
|
./zerotierone.nix
|
||||||
./udisks2.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