summaryrefslogtreecommitdiff
path: root/machines/lemptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/lemptop.nix')
-rw-r--r--machines/lemptop.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/machines/lemptop.nix b/machines/lemptop.nix
index 7b79436..7f820ec 100644
--- a/machines/lemptop.nix
+++ b/machines/lemptop.nix
@@ -6,10 +6,10 @@ with lib;
];
# networking.nameservers = ["192.168.2.13"];
hm.xsession.initExtra = ''
- ${pkgs.xorg.xset}/bin/xset r rate 230 30
- [ -z "$(lsusb | grep microdox)" ] && ${pkgs.xorg.setxkbmap}/bin/setxkbmap -option "ctrl:swapcaps"
- wal -R
- dwm
+ ${pkgs.xorg.xset}/bin/xset r rate 230 30
+ [ -z "$(lsusb | grep microdox)" ] && ${pkgs.xorg.setxkbmap}/bin/setxkbmap -option "ctrl:swapcaps"
+ wal -R
+ dwm
'';
sops.age.keyFile = "${config.hm.xdg.configHome}/sops/age/keys.txt";
@@ -51,8 +51,8 @@ with lib;
services.pcscd.enable = true;
security.pam.services = {
- login.u2fAuth = true;
- sudo.u2fAuth = true;
+ login.u2fAuth = true;
+ sudo.u2fAuth = true;
};
services.udev.packages = [ pkgs.yubikey-personalization ];
services.udev.extraRules = ''