parent
6280c773da
commit
4d691af4bc
|
@ -137,8 +137,7 @@ fonts = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/alexandre";
|
home = "/home/alexandre";
|
||||||
description = "alexandre";
|
description = "alexandre";
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "scanner" "
|
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "scanner" "plocate" "lp" ];
|
||||||
lp" ];
|
|
||||||
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,6 +29,12 @@
|
||||||
|
|
||||||
ntp.enable = true;
|
ntp.enable = true;
|
||||||
tlp.enable = true;
|
tlp.enable = true;
|
||||||
|
locate = {
|
||||||
|
enable = true;
|
||||||
|
locate = pkgs.plocate;
|
||||||
|
interval = "hourly";
|
||||||
|
localuser = null;
|
||||||
|
};
|
||||||
|
|
||||||
# udev.extraRules = ''
|
# udev.extraRules = ''
|
||||||
# ACTION=="remove", ENV{ID_VENDOR_ID}=="1050", ENV{ID_MODEL_ID}=="0407", RUN+="/usr/bin/lockscreen-all"
|
# ACTION=="remove", ENV{ID_VENDOR_ID}=="1050", ENV{ID_MODEL_ID}=="0407", RUN+="/usr/bin/lockscreen-all"
|
||||||
|
|
|
@ -32,5 +32,6 @@
|
||||||
nodejs
|
nodejs
|
||||||
vlc
|
vlc
|
||||||
guake
|
guake
|
||||||
|
graphviz
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue