diff options
author | EuAndreh <eu@euandre.org> | 2023-04-01 08:56:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-01 08:56:32 -0300 |
commit | e27640fbb79a9b71d6ba500dca9429b7c1b96c06 (patch) | |
tree | 50de388c524ca00c7039b7dae134f7d118723239 /etc | |
parent | etc/guix/home.scm: Add "es" dictionary (diff) | |
download | dotfiles-e27640fbb79a9b71d6ba500dca9429b7c1b96c06.tar.gz dotfiles-e27640fbb79a9b71d6ba500dca9429b7c1b96c06.tar.xz |
etc/nix/configuration.nix: Enable udisk2 service
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nix/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 536ffb2..dcabfe5 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -91,6 +91,7 @@ fprintd.enable = true; blueman.enable = true; pcscd.enable = true; + udisks2.enable = true; postfix = { enable = true; |