Remove unused bindings from common config.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{ pkgs, ...}: {
|
||||
{ ... }: {
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ...}: {
|
||||
{...}: {
|
||||
services.btrfs.autoScrub = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ...}: {
|
||||
{ ... }: {
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
update.onActivation = true;
|
||||
|
||||
Reference in New Issue
Block a user