feat: enable udisks2 service
1 files changed, 2 insertions(+), 0 deletions(-) M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +2 -0
@@ 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";