From 40e10bab3469bcbf08912f3ff3a4a3d00bf47cc9 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 5 Oct 2024 19:12:38 -0700 Subject: [PATCH] [roles] Remove unused config option --- roles/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/roles/default.nix b/roles/default.nix index e801b4e..d8b9e0a 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -1,10 +1,7 @@ -{ config, lib, pkgs, ... }: +{ lib, pkgs, ... }: with lib; -let - cfg = config.roles; -in { imports = [ ./audio @@ -19,10 +16,6 @@ in ./virtualisation ]; - options.roles = { - enable = mkEnableOption "Enable roles"; - }; - config = { i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = {