Setup devmon
This commit is contained in:
parent
991d0bff89
commit
ff7ad2ab70
|
@ -3,6 +3,11 @@ let nc = config.nathan.config;
|
|||
in with lib; {
|
||||
# Generic desktop configuration
|
||||
config = mkMerge [
|
||||
(mkIf nc.isDesktop {
|
||||
# Automounting
|
||||
services.devmon.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
})
|
||||
(mkIf nc.isDesktop {
|
||||
# Ergodox
|
||||
environment.systemPackages = with pkgs; [ wally-cli ];
|
||||
|
|
|
@ -44,6 +44,7 @@ in with lib; {
|
|||
"adbusers"
|
||||
"plugdev"
|
||||
"dialout"
|
||||
"storage"
|
||||
];
|
||||
hashedPassword =
|
||||
"$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58.";
|
||||
|
|
Loading…
Reference in New Issue