Add btrfs scrub and udisk mounter

This commit is contained in:
Natsu Kagami 2023-09-09 17:29:15 +02:00
parent 33835e09fa
commit 7f3f3fd471
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,9 @@ with lib; {
# Owncloud
services.owncloud-client.enable = true;
# UDisks automounter
services.udiskie.enable = true;
});
}