Skip to content

Commit 1cb770d

Browse files
committed
udiskie fix
1 parent a557ffb commit 1cb770d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

nix/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ in {
706706
}
707707
];
708708
};
709+
services.udiskie.enable = true;
709710
services.screen-locker = {
710711
enable = true;
711712
inactiveInterval = 5;
@@ -889,7 +890,6 @@ in {
889890
#
890891
services.gvfs.enable = true;
891892
services.udisks2.enable = true;
892-
services.udiskie.enable = true;
893893
#
894894
# XServer
895895
#

nix/rigtora.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ in {
5050
#
5151
# TODO : script to derive cpuName
5252
#
53-
environment.systemPackages = with pkgs; [git vim htop cpuid];
53+
environment.systemPackages = with pkgs; [
54+
git
55+
vim
56+
htop
57+
cpuid
58+
udiskie
59+
];
5460
services.journald.extraConfig = ''
5561
SystemMaxUse=100M
5662
MaxFileSec=7day
@@ -68,7 +74,6 @@ in {
6874
#
6975
services.gvfs.enable = true;
7076
services.udisks2.enable = true;
71-
services.udiskie.enable = true;
7277
#
7378
# XMR
7479
#

0 commit comments

Comments
 (0)