fix(udiskie): fix install and configuration to re-enable automount

This commit is contained in:
Pierre Martin
2023-06-14 05:50:23 +02:00
parent c93a5f3043
commit 51e9ac39ba
3 changed files with 2 additions and 1 deletions

View File

@@ -42,4 +42,5 @@
services.unclutter.enable = true; services.unclutter.enable = true;
services.gpg-agent.enable = true; services.gpg-agent.enable = true;
services.blueman-applet.enable = true; services.blueman-applet.enable = true;
services.udiskie.enable = true; # require "services.udisks2.enable = true" in system configuration
} }

View File

@@ -112,6 +112,7 @@
services.gnome.at-spi2-core.enable = true; # see https://github.com/NixOS/nixpkgs/pull/49636/files services.gnome.at-spi2-core.enable = true; # see https://github.com/NixOS/nixpkgs/pull/49636/files
services.gnome.gnome-keyring.enable = true; # see https://nixos.wiki/wiki/Visual_Studio_Code#Error_after_Sign_On services.gnome.gnome-keyring.enable = true; # see https://nixos.wiki/wiki/Visual_Studio_Code#Error_after_Sign_On
services.blueman.enable = true; services.blueman.enable = true;
services.udisks2.enable = true;
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
# services.openssh.enable = true; # services.openssh.enable = true;

View File

@@ -81,7 +81,6 @@
startup = [ startup = [
{ command = "nextcloud"; notification = false; } { command = "nextcloud"; notification = false; }
{ command = "setxkbmap -layout fr -variant bepo"; notification = false; } { command = "setxkbmap -layout fr -variant bepo"; notification = false; }
{ command = "udiskie"; notification = false; }
{ command = "copyq"; notification = false; } { command = "copyq"; notification = false; }
{ command = "numlockx on"; notification = false; } # turn verr num on { command = "numlockx on"; notification = false; } # turn verr num on