Remove unused paths in modules

This commit is contained in:
Jonas Nick 2019-01-02 11:05:25 +00:00
parent ba6872744c
commit 1c756379fb
No known key found for this signature in database
GPG key ID: 4861DBF262123605
2 changed files with 0 additions and 2 deletions

View file

@ -131,7 +131,6 @@ in {
systemd.services.copy-root-authorized-keys = {
description = "Copy root authorized keys";
wantedBy = [ "multi-user.target" ];
path = [ ];
serviceConfig = {
ExecStart = "${pkgs.bash}/bin/bash \"${operatorCopySSH}\"";
user = "root";