about summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-09-08 23:38:31 +0000
committervolth <volth@volth.com>2019-09-08 23:38:31 +0000
commit7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc (patch)
treeb533615a7e59e291dcff5793e00586dbf9d1417e /nixos/modules/services/network-filesystems
parent4b929acf6739c1a60616f2a1edaf513b8e3dcc84 (diff)
downloadnixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.tar
nixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.tar.gz
nixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.tar.bz2
nixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.tar.lz
nixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.tar.xz
nixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.tar.zst
nixlib-7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc.zip
treewide: remove redundant quotes
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/ceph.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/ceph.nix b/nixos/modules/services/network-filesystems/ceph.nix
index 3dc5b8feef65..656a2d21b868 100644
--- a/nixos/modules/services/network-filesystems/ceph.nix
+++ b/nixos/modules/services/network-filesystems/ceph.nix
@@ -390,7 +390,7 @@ in
 
     systemd.targets = let
       targets = [
-        { "ceph" = { description = "Ceph target allowing to start/stop all ceph service instances at once";
+        { ceph = { description = "Ceph target allowing to start/stop all ceph service instances at once";
                      wantedBy = [ "multi-user.target" ]; }; }
       ] ++ optional cfg.mon.enable (makeTarget "mon")
         ++ optional cfg.mds.enable (makeTarget "mds")