Setup devmon

This commit is contained in:
Nathan McCarty 2023-09-11 18:15:38 -04:00
parent 991d0bff89
commit ff7ad2ab70
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,11 @@ let nc = config.nathan.config;
in with lib; { in with lib; {
# Generic desktop configuration # Generic desktop configuration
config = mkMerge [ config = mkMerge [
(mkIf nc.isDesktop {
# Automounting
services.devmon.enable = true;
services.udisks2.enable = true;
})
(mkIf nc.isDesktop { (mkIf nc.isDesktop {
# Ergodox # Ergodox
environment.systemPackages = with pkgs; [ wally-cli ]; environment.systemPackages = with pkgs; [ wally-cli ];

View File

@ -44,6 +44,7 @@ in with lib; {
"adbusers" "adbusers"
"plugdev" "plugdev"
"dialout" "dialout"
"storage"
]; ];
hashedPassword = hashedPassword =
"$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58."; "$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58.";