mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 20:17:12 +08:00
re-enable fingerprint
This commit is contained in:
parent
a8f03b35ec
commit
e8486437bc
2 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ in
|
|||
{
|
||||
environment.systemPackages = [ emanote ];
|
||||
|
||||
# Before starting the service, use `protonmail-bridge --cli` and run 'login'
|
||||
# to configure.
|
||||
systemd.user.services.emanote = {
|
||||
description = "Emanote ~/Documents/Notes";
|
||||
after = [ "network.target" ];
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@
|
|||
|
||||
services.xserver.enable = true;
|
||||
services.openssh.enable = true;
|
||||
services.fprintd.enable = true;
|
||||
|
||||
users.users.srid = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue