summaryrefslogtreecommitdiff
path: root/modules/yubikey.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-22 22:05:54 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-22 22:06:59 -0400
commitbca72f1d780f9abd7959ce81e153c11913f218f3 (patch)
tree87a36a69b0a07a1ac2ab4a34548e5a7846255767 /modules/yubikey.nix
parent0a7e53a85abacb298f410b4ff8ca1b7ea035924c (diff)
Enable samba share
Diffstat (limited to 'modules/yubikey.nix')
-rw-r--r--modules/yubikey.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/yubikey.nix b/modules/yubikey.nix
index 1e6aa22..b171408 100644
--- a/modules/yubikey.nix
+++ b/modules/yubikey.nix
@@ -44,17 +44,5 @@ in
commands = [ { command = "${pkgs.systemd}/bin/systemctl restart pcscd"; options = [ "NOPASSWD" ]; } ];
}
];
-
- systemd.user.services.restart-pcscd = {
- description = "Restart pcscd on startup";
- wantedBy = [ "graphical-session.target" ];
- partOf = [ "graphical-session.target" ];
- serviceConfig = {
- ExecStart = ''
- sudo systemctl restart pcscd
- '';
- Type = "oneshot";
- };
- };
};
}