summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems/kbfs.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-10-06 18:49:58 -0400
committerTim Steinbach <tim@nequissimus.com>2017-10-06 18:49:58 -0400
commit8840eaf223e41339b3d36d960f44ba8443c839c0 (patch)
tree08c65933dba4e88bd7039eb8c4ab18917c369581 /nixos/modules/services/network-filesystems/kbfs.nix
parent01e004d2c5cef2e542a3b8adaacf642ba56b920f (diff)
downloadnixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.tar
nixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.tar.gz
nixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.tar.bz2
nixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.tar.lz
nixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.tar.xz
nixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.tar.zst
nixpkgs-8840eaf223e41339b3d36d960f44ba8443c839c0.zip
keybase: Fix modules
Diffstat (limited to 'nixos/modules/services/network-filesystems/kbfs.nix')
-rw-r--r--nixos/modules/services/network-filesystems/kbfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/network-filesystems/kbfs.nix b/nixos/modules/services/network-filesystems/kbfs.nix
index cf1d7617cca..8b972ba971e 100644
--- a/nixos/modules/services/network-filesystems/kbfs.nix
+++ b/nixos/modules/services/network-filesystems/kbfs.nix
@@ -55,6 +55,7 @@ in {
         Restart = "on-failure";
         PrivateTmp = true;
       };
+      wantedBy = [ "default.target" ];
     };
 
     services.keybase.enable = true;