add udiskie for automount
This commit is contained in:
@@ -13,7 +13,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.${program} = {
|
services.${program} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
automount = true;
|
automount = true;
|
||||||
notify = true;
|
notify = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user