accountsservice: fix a bug

This commit is contained in:
Mitsuhiro Nakamura 2018-08-16 17:48:35 +09:00
parent 34c7d06db8
commit 7952b51461

View File

@ -40,7 +40,7 @@ with lib;
wantedBy = [ "graphical.target" ]; wantedBy = [ "graphical.target" ];
} // (mkIf (!config.users.mutableUsers) { } // (optionalAttrs (!config.users.mutableUsers) {
environment.NIXOS_USERS_PURE = "true"; environment.NIXOS_USERS_PURE = "true";
}); });
}; };