From 949923f8080079351593d0c29e904c24eea988de Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sat, 4 Nov 2023 09:59:50 +0100 Subject: [PATCH] feat: enable udisks2 service --- hosts/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 9d3025a..47d0df1 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -39,6 +39,8 @@ programs.command-not-found.enable = false; + services.udisks2.enable = true; + time.timeZone = "Europe/Prague"; # Time zone and internationalisation i18n = { defaultLocale = "en_US.UTF-8"; -- 2.48.1